コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Helmut Pozimski 3d39844875 add timeout to urllib2.urlopen operations to prevent situations where stov would hang indefintely because of stalled API requests, some coding style adjustments, release 0.7.1 10 年 前
  Helmut Pozimski 8b2460ecbc Implement enable and disable functionality, update German translastions, preparing 0.7 release 10 年 前
  Helmut Pozimski ea75c9dd1e Changed main script and subscription class to actually read and use the set state of a subscription 10 年 前
  Helmut Pozimski a195dc6d4d set an empty description if none is returned by youtube, avoiding an IndexError in youtubeAPI, update German translation, release version 0.6.3 10 年 前
  Helmut Pozimski a7e46736c0 Correct own module import so it also works properly with python 3 11 年 前
  Helmut Pozimski bb913e6908 Small steps in the direction of distutils as installation method 11 年 前