13abc5b331
update setup.py
2017-08-11 12:02:00 +02:00
d2a3e1e402
improve progress bar implementation
2017-07-12 21:13:36 +02:00
0bf0aadee2
Fix syntax mistake
2017-07-12 20:45:55 +02:00
f1861cb5b4
Change behavior of maxnum
2017-07-05 22:21:37 +02:00
2f4ffa73ae
Update README and setup.py
2017-07-05 15:49:52 +02:00
5c4c771bc5
Update dependencies
2017-07-05 15:11:05 +02:00
3540879bc0
Small code changes
2017-07-05 13:30:12 +02:00
94df26eb6b
add podcast and episode description to feed.json
2017-07-05 12:51:03 +02:00
16e560e952
Merge branch 'progressbar'
2017-07-04 15:40:17 +02:00
bda66aa525
import tqdm
2017-07-04 15:39:04 +02:00
86f1a6bd45
Exception handling for connections error and timeouts
2017-07-04 15:39:04 +02:00
fce25a5532
add tqdm as a dependency
2017-07-04 15:39:04 +02:00
08a2db9cc6
Initial progress bar support
2017-07-04 15:39:04 +02:00
fac453bcba
update .gitignore
2017-07-04 15:28:54 +02:00
0ca0c5a6c8
Merge branch 'connection-timeout'
2017-07-04 14:53:43 +02:00
6672a77654
Remove file if download failed
2017-07-04 14:50:11 +02:00
c268477825
Episodes not downloaded due to connection issue are not marked as downloaded
2017-07-04 14:50:11 +02:00
16d6bee16e
Exception handling for connections error and timeouts
2017-07-04 14:50:11 +02:00
0d8f3b6b11
Add exception handling for timeout and connection errors
2017-07-04 14:49:45 +02:00
7e3f215a8a
Cleanup style inconsistencies
2017-07-01 14:17:19 +02:00
95ebeccbc9
Merge branch 'master' into podcast-image
2017-07-01 13:58:06 +02:00
120ef54cc5
merge rename code
2017-06-30 12:24:42 +02:00
09d10d86ec
Remove the need for cover_image in config file before podfox can run
2017-06-29 16:18:22 +02:00
945b992003
Make podfox runnable as a script
2017-06-29 16:16:03 +02:00
91ded5e8cc
Change shebang
2017-06-29 16:14:20 +02:00
45dd080910
Fixes and improvements to rename code
2017-06-29 16:13:22 +02:00
ea09982aae
Add option to download cover image
2017-06-29 15:27:13 +02:00
0ef9138b7a
Add config as global
2017-06-29 15:12:11 +02:00
79aad1c842
Add option to exclude date from renamed file
2017-06-29 14:00:29 +02:00
91e14e1cca
Initial rename functionality
2017-06-28 14:54:12 +02:00
brtmr
cddff289bb
Merge pull request #17 from TsarFox/master
...
Fixed issue where requests would raise an InvalidSchema exception for…
2017-04-01 21:51:12 +02:00
jakob
7d9ea37aa1
Fixed issue where requests would raise an InvalidSchema exception for URLs containing extraneous whitespace.
2017-04-01 14:26:47 -04:00
brtmr
cdcf3043cd
Minor formatting fixes
2016-09-27 00:06:43 +02:00
Bastian Reitemeier
3f8e0375ff
fixed pip installability via pypi
2016-09-26 23:49:26 +02:00
Bastian Reitemeier
0a61694c32
added pip installation to README
2016-09-26 23:15:05 +02:00
Bastian Reitemeier
9f32bcc43a
added setup.py for pip-installability
2016-09-26 23:14:44 +02:00
Bastian Reitemeier
873211decf
added version numbers via 'pip freeze'
2016-09-26 23:14:15 +02:00
brtmr
56d1d337a7
Merge pull request #6 from tmajibon/config-argument
...
Config argument
2016-09-04 22:35:08 +02:00
Bastian Reitemeier
68134b4b0f
episode count in feed view.
2016-03-30 20:06:51 +02:00
Bastian Reitemeier
9393a7844c
switched from pycurl to requests for better https handling. new episodes are announced in the update listings
2016-02-24 19:26:09 +01:00
Bastian Reitemeier
71f803863d
Merge branch 'master' of github.com:brtmr/podfox
2015-11-15 21:21:18 +01:00
Bastian Reitemeier
ead0e3bb82
sorting episodes on import
2015-11-15 21:20:59 +01:00
tmajibon
07f3d3f643
Remove extraneous space
...
Extraneous space was added to default, broke default selection
2015-11-08 16:28:58 -06:00
tmajibon
b227f22c7d
Cleaning out separate set of changes
...
Still getting used to sending pull requests in github (first project I've done these on). Split this chunk out separately so I could make a stable pull request.
2015-11-08 16:26:15 -06:00
Christopher Martin
eca11139e6
rollback to split threading into separate dev branch from config settings
2015-11-08 16:23:07 -06:00
Christopher Martin
636971f2fe
Added maxthreads functionality, confirmed basic implementation
2015-11-08 16:16:24 -06:00
Christopher Martin
53a4c02f9c
Merge remote-tracking branch 'origin/master'
2015-11-08 16:03:14 -06:00
Christopher Martin
4cb0e89b08
Basic implementation of threading on multi-download threads
2015-11-08 16:02:44 -06:00
tmajibon
de34a6ac9e
Update podfox.py
2015-11-08 16:01:19 -06:00
Christopher Martin
fe2c9a0305
Add functionality for specifying an alternate config file (defaults to ~/.podfox.json)
2015-11-08 14:38:53 -06:00