Helmut Pozimski
|
3f287a0e98
reintroduce more debug messages, create directories according to the title for youtube channels and playlists (closes #2)
|
7 years ago |
Helmut Pozimski
|
735ed7df10
remove the video description from the code, it has never been used anyway
|
7 years ago |
Helmut Pozimski
|
ee778e37f1
use format string instead of deperecated -t in youtube-dl (fixes #10)
|
7 years ago |
Helmut Pozimski
|
d4f8fc163b
more coding style adjusted according to PEP-8 and analysis by pylint
|
9 years ago |
Helmut Pozimski
|
a35aa28809
remove python 2/3 compability code to only support python 3 from now on
|
9 years ago |
Helmut Pozimski
|
0c9b61a707
adapt call to youtube-dl for downloading videos to more recent versions which removed the --max-quality setting, instead use -f with the defined itag value and the video codec definition as alternative, replace h264 with mp4 according to the youtube-dl format definition
|
9 years ago |
Helmut Pozimski
|
019d004b47
corrected errors in youtubeAPI and made it pep8 clean, fixed the dictionary iteration in subscription
|
10 years ago |
Helmut Pozimski
|
02191ba68f
removed all uses of the printf function in the youtube file
|
10 years ago |
Helmut Pozimski
|
6df24d6c03
removed all database connections from the youtube module and moved the code to stov, subscription and used the database module
|
10 years ago |
Helmut Pozimski
|
48355c49bd
Converted indents to spaces
|
10 years ago |
Helmut Pozimski
|
a7e46736c0
Correct own module import so it also works properly with python 3
|
11 years ago |
Helmut Pozimski
|
bb913e6908
Small steps in the direction of distutils as installation method
|
11 years ago |