Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Citronalco
br-download
Commits
a71ad7c0
Commit
a71ad7c0
authored
Sep 08, 2020
by
Bernhard Geier
Browse files
remove unnecessary imports
parent
88ac84ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
zuendfunk-download.py
View file @
a71ad7c0
...
...
@@ -7,12 +7,13 @@ import urllib.request
import
os.path
import
re
from
datetime
import
datetime
,
date
from
mutagen.id3
import
ID3
,
ID3NoHeaderError
,
TRSN
,
TPE1
,
TALB
,
TRCK
,
TIT2
,
COMM
,
TYER
,
TDAT
,
TIME
,
TLEN
,
TDRL
,
CTOC
,
CHAP
,
WOAS
,
WORS
,
TLAN
,
APIC
,
CTOCFlags
import
time
from
mutagen.id3
import
ID3
,
ID3NoHeaderError
,
TRSN
,
TPE1
,
TALB
,
TRCK
,
TIT2
,
COMM
,
TYER
,
TDAT
,
TIME
,
TLEN
,
WOAS
,
WORS
,
TLAN
,
APIC
import
shutil
from
tempfile
import
NamedTemporaryFile
import
lxml
from
bs4
import
BeautifulSoup
import
pprint
#
import pprint
baseUrl
=
"http://www.br.de/radio/bayern2/sendungen/zuendfunk/programm-nachhoeren/index.html"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment