Historie revizí

Autor SHA1 Zpráva Datum
  Helmut Pozimski 22f0760573 correct line length in database.py, release 0.9.3 před 9 roky
  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 před 9 roky
  Helmut Pozimski b931bc00b1 also convert video title and description to string před 9 roky
  Helmut Pozimski 40ec070d13 decode bytes from subprocess into a string before iterating over it in noapi.py před 9 roky
  Helmut Pozimski 65b5df1888 update TODO před 9 roky
  Helmut Pozimski e3774cb532 update debian packaging for python3 před 9 roky
  Helmut Pozimski f62c0bdd47 raise version number in preparation for the 0.9.2 release před 9 roky
  Helmut Pozimski 2671edbc06 correct style of setup.py před 9 roky
  Helmut Pozimski d4f8fc163b more coding style adjusted according to PEP-8 and analysis by pylint před 9 roky
  Helmut Pozimski b5f8cbfdd9 coding style adjustments based on pylint complaints, mainly variable, method and class renaming před 9 roky
  Helmut Pozimski a35aa28809 remove python 2/3 compability code to only support python 3 from now on před 9 roky
  Helmut Pozimski 0cbdc661f1 update version number for release 0.9.2 před 9 roky
  Helmut Pozimski ccc2490677 correct error in variable name před 9 roky
  Helmut Pozimski af76581339 change h264 to mp4 in documentation před 9 roky
  Helmut Pozimski e625a4cf06 remove use_api from documentation před 9 roky
  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 před 9 roky
  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 před 9 roky
  Helmut Pozimski f7acbf7a71 bump version number, marking the 0.9.1 release před 9 roky
  Helmut Pozimski c62eea912d add missing parameters for the ParseAPIData function which led to errors while adding channels před 9 roky
  Helmut Pozimski f3b4458334 correct wrong weekday in debian changelog před 9 roky
  Helmut Pozimski 42d6e33d76 update version numbers and debian changelog, release 0.9 před 9 roky
  Helmut Pozimski de06b69e16 suppress youtube-dl error output in noapi if stov is not run in verbose mode před 9 roky
  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 před 9 roky
  Helmut Pozimski 7715219bff updated dependency information, I forgot that lxml needs to be installed explicitely před 9 roky
  Helmut Pozimski 39fbf8e5a7 coding style adjustmens according to PEP-8, updated debian packaging, this marks the 0.9 beta release před 9 roky
  Helmut Pozimski 9d87a11127 updated changelog, readme and man page documentation according to the last changes před 9 roky
  Helmut Pozimski bbbb3fcc26 updated gettext files and the German translation accordingly před 9 roky
  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 před 9 roky
  Helmut Pozimski 5ea642f126 fixed encoding for data retrieved from html or youtube-dl před 9 roky
  Helmut Pozimski 8e577968f8 implemented the noapi Connector class to retrieve all necessary data using only youtube-dl without needing the API, updated TODO před 9 roky