Helmut Pozimski
|
407847f268
move lock file handling to helpers
|
7 years ago |
Helmut Pozimski
|
4611b019ca
switch from OptionParser to ArgumentParser, move argument parsing to helpers, raise minimum python version to 3.2
|
7 years ago |
Helmut Pozimski
|
7cee17d085
add helpers module
|
7 years ago |
Helmut Pozimski
|
9371390bfd
move the signal handler setup to handlers
|
7 years ago |
Helmut Pozimski
|
e7819cdd00
move gettext initialization into the newly created helpers module
|
7 years ago |
Helmut Pozimski
|
0f9d479ef8
move setting up of the logger to the configuration module
|
7 years ago |
Helmut Pozimski
|
735ed7df10
remove the video description from the code, it has never been used anyway
|
7 years ago |
Helmut Pozimski
|
2613b627a5
add fallback code to subscribe to Youtube channels that are not users (fixes #9)
|
7 years ago |
Helmut Pozimski
|
fc64a06c6b
fix attribute name to_delete while cleaning the database (fixes #8)
|
7 years ago |
Helmut Pozimski
|
ee778e37f1
use format string instead of deperecated -t in youtube-dl (fixes #10)
|
7 years ago |
Helmut Pozimski
|
601a89bc66
decode byte to string when getting the path to youtube-dl (fixes #7)
|
7 years ago |
Helmut Pozimski
|
b7a0e31931
correct author_email in setup.py
|
7 years ago |
Helmut Pozimski
|
7a6f8e07ba
remove TODO file, issue tracking has moved to gogs
|
8 years ago |
Helmut Pozimski
|
66b29e9e30
correct markdown syntax for README.md
|
8 years ago |
Helmut Pozimski
|
14686dc535
convert README to markdown format
|
8 years ago |
Helmut Pozimski
|
22f0760573
correct line length in database.py, release 0.9.3
|
9 years ago |
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
|
b931bc00b1
also convert video title and description to string
|
9 years ago |
Helmut Pozimski
|
40ec070d13
decode bytes from subprocess into a string before iterating over it in noapi.py
|
9 years ago |
Helmut Pozimski
|
65b5df1888
update TODO
|
9 years ago |
Helmut Pozimski
|
e3774cb532
update debian packaging for python3
|
9 years ago |
Helmut Pozimski
|
f62c0bdd47
raise version number in preparation for the 0.9.2 release
|
9 years ago |
Helmut Pozimski
|
2671edbc06
correct style of setup.py
|
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
|
ccc2490677
correct error in variable name
|
9 years ago |
Helmut Pozimski
|
af76581339
change h264 to mp4 in documentation
|
9 years ago |
Helmut Pozimski
|
e625a4cf06
remove use_api from documentation
|
9 years ago |