Helmut Pozimski
|
c2b020c18b
project-wide: update copyright and apply pylint suggestions
|
há 3 anos atrás |
Helmut Pozimski
|
901d50a3c3
project-wide: reformat code
|
há 3 anos atrás |
Helmut Pozimski
|
3f95d11283
remove itag value and use configuration video parameters instead
|
há 3 anos atrás |
Helmut Pozimski
|
92036f3a06
convert the Conf class to singleton to avoid passing to all functions that need the object
|
há 6 anos atrás |
Helmut Pozimski
|
a4ac624d06
remove vid.me, went out of business
|
há 6 anos atrás |
Helmut Pozimski
|
91039728ca
zdf_mediathek: implement search option for channels, use headline instead of titel to find videos (closes #13)
|
há 7 anos atrás |
Helmut Pozimski
|
10e58f1ed5
remove time-consuming --match-title option for youtube-dl, titles will be checked internally instead
|
há 7 anos atrás |
Helmut Pozimski
|
7088f36a2f
subscription: correct attribute name in check_and_delete
|
há 7 anos atrás |
Helmut Pozimski
|
7535243fd7
implement support for vid.me (closes #6)
|
há 7 anos atrás |
Helmut Pozimski
|
9396ca45d0
implement support for twitch.tv (closes #5)
|
há 7 anos atrás |
Helmut Pozimski
|
74ac9bd328
Implement support for ZDF Mediathek (closes #4)
|
há 7 anos atrás |
Helmut Pozimski
|
8f2e3fa25b
refactor quality ID detection and video URL handling to prepare for additional video sites
|
há 7 anos atrás |
Helmut Pozimski
|
3f287a0e98
reintroduce more debug messages, create directories according to the title for youtube channels and playlists (closes #2)
|
há 7 anos atrás |
Helmut Pozimski
|
d3d10ba7b2
add --site option (closes #1)
|
há 7 anos atrás |
Helmut Pozimski
|
40cd996f3b
rename noapi to yt_noapi, add youtubedl_wrapper module to wrap calls to youtube-dl
|
há 7 anos atrás |
Helmut Pozimski
|
d4f8fc163b
more coding style adjusted according to PEP-8 and analysis by pylint
|
há 9 anos atrás |
Helmut Pozimski
|
b5f8cbfdd9
coding style adjustments based on pylint complaints, mainly variable, method and class renaming
|
há 9 anos atrás |
Helmut Pozimski
|
a35aa28809
remove python 2/3 compability code to only support python 3 from now on
|
há 9 anos atrás |
Helmut Pozimski
|
ccc2490677
correct error in variable name
|
há 9 anos atrás |
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
|
há 9 anos atrás |
Helmut Pozimski
|
6e09c26639
remove the Youtube API code and the configuration option since Google discontinued API version 2, using youtube-dl as a backend is now the only option
|
há 9 anos atrás |
Helmut Pozimski
|
c62eea912d
add missing parameters for the ParseAPIData function which led to errors while adding channels
|
há 9 anos atrás |
Helmut Pozimski
|
7313e506fe
changed the noapi classes to only retrieve video titles and description if the video isn't already in the subscription, that should make it at least somewhat faster. Updated todo, added lxml as requirement to setup.py and bumped Debian standards version
|
há 9 anos atrás |
Helmut Pozimski
|
39fbf8e5a7
coding style adjustmens according to PEP-8, updated debian packaging, this marks the 0.9 beta release
|
há 10 anos atrás |
Helmut Pozimski
|
bb1007d459
refactored some database code to create the objects directly in the database class, further testing and bug fixing regarding the API-less mode
|
há 10 anos atrás |
Helmut Pozimski
|
8e577968f8
implemented the noapi Connector class to retrieve all necessary data using only youtube-dl without needing the API, updated TODO
|
há 10 anos atrás |
Helmut Pozimski
|
d9bb01f2b8
refactored the youtubeAPI and subscription files to make it easier to abstract and hook alternative methods of retrieving data into it
|
há 10 anos atrás |
Helmut Pozimski
|
5e7f6bbdf0
corrected error in the subscription class and made it pep8 clean
|
há 10 anos atrás |
Helmut Pozimski
|
a91f1c2982
removed all uses of the printf function in the subscription file
|
há 10 anos atrás |
Helmut Pozimski
|
140fa27a92
Switched all database accesses in the main script from direct sqlite3 calls to the database module
|
há 10 anos atrás |