Helmut Pozimski
|
7535243fd7
implement support for vid.me (closes #6)
|
пре 7 година |
Helmut Pozimski
|
9396ca45d0
implement support for twitch.tv (closes #5)
|
пре 7 година |
Helmut Pozimski
|
74ac9bd328
Implement support for ZDF Mediathek (closes #4)
|
пре 7 година |
Helmut Pozimski
|
8f2e3fa25b
refactor quality ID detection and video URL handling to prepare for additional video sites
|
пре 7 година |
Helmut Pozimski
|
3f287a0e98
reintroduce more debug messages, create directories according to the title for youtube channels and playlists (closes #2)
|
пре 7 година |
Helmut Pozimski
|
d3d10ba7b2
add --site option (closes #1)
|
пре 7 година |
Helmut Pozimski
|
40cd996f3b
rename noapi to yt_noapi, add youtubedl_wrapper module to wrap calls to youtube-dl
|
пре 7 година |
Helmut Pozimski
|
d4f8fc163b
more coding style adjusted according to PEP-8 and analysis by pylint
|
пре 9 година |
Helmut Pozimski
|
b5f8cbfdd9
coding style adjustments based on pylint complaints, mainly variable, method and class renaming
|
пре 9 година |
Helmut Pozimski
|
a35aa28809
remove python 2/3 compability code to only support python 3 from now on
|
пре 9 година |
Helmut Pozimski
|
ccc2490677
correct error in variable name
|
пре 9 година |
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 година |
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
|
пре 9 година |
Helmut Pozimski
|
c62eea912d
add missing parameters for the ParseAPIData function which led to errors while adding channels
|
пре 9 година |
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
|
пре 9 година |
Helmut Pozimski
|
39fbf8e5a7
coding style adjustmens according to PEP-8, updated debian packaging, this marks the 0.9 beta release
|
пре 9 година |
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
|
пре 9 година |
Helmut Pozimski
|
8e577968f8
implemented the noapi Connector class to retrieve all necessary data using only youtube-dl without needing the API, updated TODO
|
пре 9 година |
Helmut Pozimski
|
d9bb01f2b8
refactored the youtubeAPI and subscription files to make it easier to abstract and hook alternative methods of retrieving data into it
|
пре 9 година |
Helmut Pozimski
|
5e7f6bbdf0
corrected error in the subscription class and made it pep8 clean
|
пре 10 година |
Helmut Pozimski
|
a91f1c2982
removed all uses of the printf function in the subscription file
|
пре 10 година |
Helmut Pozimski
|
140fa27a92
Switched all database accesses in the main script from direct sqlite3 calls to the database module
|
пре 10 година |
Helmut Pozimski
|
6df24d6c03
removed all database connections from the youtube module and moved the code to stov, subscription and used the database module
|
пре 10 година |
Helmut Pozimski
|
e7f09e0cc9
moved the AddSub code from subscription to main script and database module, finally eliminating all sqlite3 connects from subscription
|
пре 10 година |
Helmut Pozimski
|
44cdad4e2c
Moved the code to update the videos in a subscription from subscription to stov and database
|
пре 10 година |
Helmut Pozimski
|
3c526a2039
moved the GetVideo function to the database module
|
пре 10 година |
Helmut Pozimski
|
48355c49bd
Converted indents to spaces
|
пре 10 година |
Helmut Pozimski
|
c45900e267
moved the deletion of a subscription from subscription to database module
|
пре 10 година |
Helmut Pozimski
|
21ba5d9bfd
avoid showing an AttributeError execption to the user when trying to add a nonexistent channel, releasing 0.7.3
|
пре 10 година |
Helmut Pozimski
|
87eece0475
correctly handle cases were the youtube API times out, don't throw AttributeError, exception introduced in 0.7.1, release 0.7.2
|
пре 10 година |