-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added option to override file names (fix for brtmr/podfox#20) #21
Open
antfred
wants to merge
33
commits into
brtmr:master
Choose a base branch
from
antfred:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2fddbaa
Merge pull request #18 from arizonagroovejet/content-disposition
brtmr 437cfb5
Added option to override file names
antfred 0dc074e
Added option to override file names
antfred d848909
Added multithreading to the download
d3f9add
Added multithreading to the download
2c12ec0
Add default configuration
n0trax 0144990
Add support for audio/x-m4a
timbroder 3196062
Bump requests from 2.11.1 to 2.20.0
dependabot[bot] f66ccf3
Merge pull request #24 from timbroder/add_x-m4a
brtmr 963d0ab
Merge pull request #25 from brtmr/dependabot/pip/requests-2.20.0
brtmr 48896e3
Merge pull request #23 from n0trax/add-default-config
brtmr abf6f75
Merge branch 'master' of https://github.com/brtmr/podfox
9b003a2
Merge branch 'master' of https://github.com/brtmr/podfox
e7599d8
Added mimetype "audio/x-mpeg" and check for troubling or missing publ…
hiwixxl 4f1e0d1
Merge pull request #32 from hiwixxl/master
brtmr 5b07270
Allow usage of later versions of feedparser
isakrubin 23c354d
Added a progress bar while downloading episodes
6574d0f
Added a progress bar while downloading episodes
f681340
Progress bar now autoscales
e728c08
Progress bar now autoscales
caac8b2
Add prune command
fredthomsen bf2eb08
Update feedparser version for py39
fredthomsen 16e65e2
Merge pull request #43 from fredthomsen/addPruneCommand
brtmr 462d88f
Merge pull request #39 from isakrubin/master
brtmr e28d858
Merge branch 'master' into py39UpdateFeedparserVersion
brtmr c3965ba
Merge pull request #44 from fredthomsen/py39UpdateFeedparserVersion
brtmr 9bd6bc6
Limit file name length to 120 characters
antfred 5f6e9a9
Limit file name length to 120 characters
antfred 2624fb5
Resolved merge conflict
antfred a39ab42
Merge branch 'brtmr-master'
antfred 07237cf
Resolved merge conflict
antfred b42673d
Resolved merge conflict
antfred d05faa8
Resolved merge conflict
antfred File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ colorama==0.3.7 | |
docopt==0.6.2 | ||
feedparser==5.2.1 | ||
requests==2.20.0 | ||
tqdm=4.48.2 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tqdm
needs adding to thesetup.py
too.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I merged the latest version from brtmr:master including this change, it should be good now!