-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
youtube-dl-nextgen fork (blip.tv, The Daily Show, myvideo.de support, and more) #130
Merged
Conversation
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 patch gives preference to formats that are Free.
Since I was very lazy when I coded this, I took the fastest route. Luckily, Vasyl' Vavrychuk pointed this out and I went (after many months) and just did some minor changes.
I hope that this doesn't break anything. `:)`
This change makes the VimeoIE work with http://player.vimeo.com/video/19267888
We should make a unified way of printing messages, but let's follow suit and do what the main YoutubeIE does here.
This, in particular, lets me grab the videos from the beginners channel with URLs like: http://vimeo.com/groups/fivebyfive/videos/22648611 Note that the regexp *will* break for other URLs that we don't know about and that's on purpose: we don't want to accidentally grab videos that would be passed on to other information extractors.
…with fallback for older Pythons)
…eported at phihag/issues instead of rg3/issues (Closes #5)
…mpdump gets fixed)
joedborg
referenced
this pull request
in joedborg/youtube-dl
Nov 17, 2020
[pull] master from rg3:master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
--write-description
option, closes Also dl File Description Text #12--write-info-json
option that writes all metadata. A prerequisite to automated testing.os.makedirs
instead ofpmkdir
This pull request will be regularly updated and is intended to state the major differences between the "stable" official repository and my "unstable" repository.