|
8f51c8f6b4
|
Cleanup unneeded code
|
2021-01-30 17:40:05 +01:00 |
|
|
7bbd822e04
|
Fix jpg extension for python 3.7 and below
|
2021-01-30 15:49:02 +01:00 |
|
|
4c93497036
|
Improve extension detection by first trying to to use Content-Type header, then url if it fails.
|
2021-01-30 13:37:47 +01:00 |
|
|
14096a796c
|
Fix names in config file
|
2021-01-30 13:22:27 +01:00 |
|
|
793b414426
|
Update README and docs
|
2020-08-13 00:07:31 +02:00 |
|
|
5011ef2718
|
Add new opus and aac mimetype
|
2020-08-12 23:58:28 +02:00 |
|
|
bf8c211651
|
Add mp3 mimetype to fix podfox not recognising new podcasts
|
2020-08-12 23:57:36 +02:00 |
|
|
3d7a1ce738
|
Format with black and add flake8 config
|
2020-08-12 23:45:50 +02:00 |
|
|
c379059ff4
|
Rename project and remove logo
|
2020-08-12 23:06:21 +02:00 |
|
|
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 |
|