Commit History

Author SHA1 Message Date
  Helmut Pozimski 1b4717d2db set smtp server and port directly in the constructor of the SMTP class, only specifying it in the connect method causes issues with the tls connection in python 3.4 9 years ago
  Helmut Pozimski f62c0bdd47 raise version number in preparation for the 0.9.2 release 9 years ago
  Helmut Pozimski d4f8fc163b more coding style adjusted according to PEP-8 and analysis by pylint 9 years ago
  Helmut Pozimski b5f8cbfdd9 coding style adjustments based on pylint complaints, mainly variable, method and class renaming 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 0cbdc661f1 update version number for release 0.9.2 9 years ago
  Helmut Pozimski f7acbf7a71 bump version number, marking the 0.9.1 release 9 years ago
  Helmut Pozimski 42d6e33d76 update version numbers and debian changelog, release 0.9 9 years ago
  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 years ago
  Helmut Pozimski 39fbf8e5a7 coding style adjustmens according to PEP-8, updated debian packaging, this marks the 0.9 beta release 9 years ago
  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 years ago
  Helmut Pozimski 8e577968f8 implemented the noapi Connector class to retrieve all necessary data using only youtube-dl without needing the API, updated TODO 9 years ago
  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 years ago
  Helmut Pozimski a14b087585 started development cycle for 0.9, implemented switching of the configuration to json 9 years ago
  Helmut Pozimski f9c0c7a871 small corrections, release 0.8 10 years ago
  Helmut Pozimski 79b64e31cd prepared Debian packaging for a 0.8 beta 10 years ago
  Helmut Pozimski 31096f49e4 corrected a syntax error in the main script and updated the localization files again 10 years ago
  Helmut Pozimski c23b42fc98 updated the localization files for English and German 10 years ago
  Helmut Pozimski 4bb61a2899 corrected some more errors in the main scripts and changed the exceptions for python 3 compatibility 10 years ago
  Helmut Pozimski 313ea28224 corrected some errors in the main script and made it pep8 clean 10 years ago
  Helmut Pozimski a028e54a14 corrected some errors in the configuration file and made it pep8 clean 10 years ago
  Helmut Pozimski 95c616aaa2 removed all uses of the printf function from the main script 10 years ago
  Helmut Pozimski 02191ba68f removed all uses of the printf function in the youtube file 10 years ago
  Helmut Pozimski a91f1c2982 removed all uses of the printf function in the subscription file 10 years ago
  Helmut Pozimski 2980d2907e removed all usages of the old outputhelper printf function from configuration and moved the relevant output code to the main script and the error messages to the exceptions 10 years ago
  Helmut Pozimski 140fa27a92 Switched all database accesses in the main script from direct sqlite3 calls to the database module 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 e7f09e0cc9 moved the AddSub code from subscription to main script and database module, finally eliminating all sqlite3 connects from subscription 10 years ago
  Helmut Pozimski 44cdad4e2c Moved the code to update the videos in a subscription from subscription to stov and database 10 years ago
  Helmut Pozimski 3c526a2039 moved the GetVideo function to the database module 10 years ago