Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Helmut Pozimski c2b020c18b project-wide: update copyright and apply pylint suggestions 3 gadi atpakaļ
  Helmut Pozimski 901d50a3c3 project-wide: reformat code 3 gadi atpakaļ
  Helmut Pozimski 92036f3a06 convert the Conf class to singleton to avoid passing to all functions that need the object 6 gadi atpakaļ
  Helmut Pozimski 508f7e5385 convert the Db class to singleton to avoid passing to all functions that need the object 6 gadi atpakaļ
  Helmut Pozimski 49e0d3c63d implement removal of no longer supported sites 6 gadi atpakaļ
  Helmut Pozimski 74ac9bd328 Implement support for ZDF Mediathek (closes #4) 6 gadi atpakaļ
  Helmut Pozimski 8f2e3fa25b refactor quality ID detection and video URL handling to prepare for additional video sites 6 gadi atpakaļ
  Helmut Pozimski 3f287a0e98 reintroduce more debug messages, create directories according to the title for youtube channels and playlists (closes #2) 6 gadi atpakaļ
  Helmut Pozimski d3d10ba7b2 add --site option (closes #1) 6 gadi atpakaļ
  Helmut Pozimski 735ed7df10 remove the video description from the code, it has never been used anyway 6 gadi atpakaļ
  Helmut Pozimski 2613b627a5 add fallback code to subscribe to Youtube channels that are not users (fixes #9) 6 gadi atpakaļ
  Helmut Pozimski 22f0760573 correct line length in database.py, release 0.9.3 9 gadi atpakaļ
  Helmut Pozimski d4f8fc163b more coding style adjusted according to PEP-8 and analysis by pylint 9 gadi atpakaļ
  Helmut Pozimski b5f8cbfdd9 coding style adjustments based on pylint complaints, mainly variable, method and class renaming 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 39fbf8e5a7 coding style adjustmens according to PEP-8, updated debian packaging, this marks the 0.9 beta release 9 gadi atpakaļ
  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 gadi atpakaļ
  Helmut Pozimski c23b42fc98 updated the localization files for English and German 10 gadi atpakaļ
  Helmut Pozimski 8cb39f6eb7 corrected errors in the database file, made it pep8 clean 10 gadi atpakaļ
  Helmut Pozimski 140fa27a92 Switched all database accesses in the main script from direct sqlite3 calls to the database module 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 e7f09e0cc9 moved the AddSub code from subscription to main script and database module, finally eliminating all sqlite3 connects from subscription 10 gadi atpakaļ
  Helmut Pozimski 44cdad4e2c Moved the code to update the videos in a subscription from subscription to stov and database 10 gadi atpakaļ
  Helmut Pozimski 3c526a2039 moved the GetVideo function to the database module 10 gadi atpakaļ
  Helmut Pozimski 48355c49bd Converted indents to spaces 10 gadi atpakaļ
  Helmut Pozimski c45900e267 moved the deletion of a subscription from subscription to database module 10 gadi atpakaļ
  Helmut Pozimski 7f2a714592 introduced another exception for db write access and caught the exceptions in stov 10 gadi atpakaļ
  Helmut Pozimski 1ab2c0f664 start the refactoring process, defined exceptions and moved the database accesses into a separate file 10 gadi atpakaļ