Helmut Pozimski
|
d4f8fc163b
more coding style adjusted according to PEP-8 and analysis by pylint
|
9 gadi atpakaļ |
Helmut Pozimski
|
a35aa28809
remove python 2/3 compability code to only support python 3 from now on
|
9 gadi atpakaļ |
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 gadi atpakaļ |
Helmut Pozimski
|
019d004b47
corrected errors in youtubeAPI and made it pep8 clean, fixed the dictionary iteration in subscription
|
10 gadi atpakaļ |
Helmut Pozimski
|
02191ba68f
removed all uses of the printf function in the youtube file
|
10 gadi atpakaļ |
Helmut Pozimski
|
6df24d6c03
removed all database connections from the youtube module and moved the code to stov, subscription and used the database module
|
10 gadi atpakaļ |
Helmut Pozimski
|
48355c49bd
Converted indents to spaces
|
10 gadi atpakaļ |
Helmut Pozimski
|
a7e46736c0
Correct own module import so it also works properly with python 3
|
11 gadi atpakaļ |
Helmut Pozimski
|
bb913e6908
Small steps in the direction of distutils as installation method
|
11 gadi atpakaļ |