youtube-dl
10 years agoGenericIE: look for Open Graph info
Jaime Marquínez Ferrándiz [Sun, 23 Jun 2013 11:26:49 +0000 (13:26 +0200)]
GenericIE: look for Open Graph info

Only if there is a direct link to the file, don't try if it points to a Flash player

10 years agoChange metavar of "--sub-format" from LANG to FORMAT
Jaime Marquínez Ferrándiz [Sun, 23 Jun 2013 10:59:20 +0000 (12:59 +0200)]
Change metavar of "--sub-format" from LANG to FORMAT

10 years agoREADME: Add brief description for manpages/apropos.
Rogério Brito [Sat, 22 Jun 2013 22:03:28 +0000 (19:03 -0300)]
README: Add brief description for manpages/apropos.

Trying to mimic the manpage of (GNU) `ls`, we don't conjugate the verb as
"downloads" or something else.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
10 years agoYoutubeIE: report warnings instead of errors if the subtitles are not found (related...
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 12:15:33 +0000 (14:15 +0200)]
YoutubeIE: report warnings instead of errors if the subtitles are not found (related #901)

For example when downloading a playlist some videos may not have subtitles but the download shouldn't stop.

10 years agoMove the decrypting function to a static method
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 11:20:06 +0000 (13:20 +0200)]
Move the decrypting function to a static method

10 years agoDetect more vevo videos
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 11:13:40 +0000 (13:13 +0200)]
Detect more vevo videos

10 years agoMerge pull request #888 from rg3/youtube_playlists_fix_886
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 10:35:32 +0000 (03:35 -0700)]
Merge pull request #888 from rg3/youtube_playlists_fix_886

YoutubePlaylistIE: try to extract the url of the entries from the media$group dictionary (closes #886)

10 years agoYoutubePlaylistIE: don't look into entry['content']['src'], accruing to the docs...
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 10:32:27 +0000 (12:32 +0200)]
YoutubePlaylistIE: don't look into entry['content']['src'], accruing to the docs this can return live stream urls

10 years agoYoutubeIE: If not subtitles language is given default to English for automatic captio...
Jaime Marquínez Ferrándiz [Sat, 22 Jun 2013 10:14:24 +0000 (12:14 +0200)]
YoutubeIE: If not subtitles language is given default to English for automatic captions (related #901)

10 years agoYoutubeIE: Detect new Vevo style videos
Jaime Marquínez Ferrándiz [Fri, 21 Jun 2013 17:28:23 +0000 (19:28 +0200)]
YoutubeIE: Detect new Vevo style videos

The url_encoded_fmt_stream_map can be found in the video page, but the signature must be decrypted, we get it from the webpage instead of the `get_video_info` pages because we have only discover the algorithm for keys with both sub keys of size 43.

10 years agoLeave out sig if not present (#896)
Philipp Hagemeister [Thu, 20 Jun 2013 23:22:47 +0000 (01:22 +0200)]
Leave out sig if not present (#896)

10 years agorelease 2013.06.21
Philipp Hagemeister [Thu, 20 Jun 2013 22:33:44 +0000 (00:33 +0200)]
release 2013.06.21

10 years agoShow which IEs are slow during release
Philipp Hagemeister [Thu, 20 Jun 2013 22:29:31 +0000 (00:29 +0200)]
Show which IEs are slow during release

10 years agoTEDIE: download the best quality video and use the new _search_regex functions
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 18:51:20 +0000 (20:51 +0200)]
TEDIE: download the best quality video and use the new _search_regex functions

Also extracts the description.

10 years agoYoutubePlaylistIE: try to extract the url of the entries from the media$group dictionary
Jaime Marquínez Ferrándiz [Fri, 14 Jun 2013 12:14:02 +0000 (14:14 +0200)]
YoutubePlaylistIE: try to extract the url of the entries from the media$group dictionary

Extracting it from content can return rtsp urls.

10 years agoRBMARadioIE: fix the extraction of the JSON data
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 12:37:43 +0000 (14:37 +0200)]
RBMARadioIE: fix the extraction of the JSON data

10 years agoDailymotionIE: fix the extraction of the video uploader and use _search_regex for...
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 12:15:29 +0000 (14:15 +0200)]
DailymotionIE: fix the extraction of the video uploader and use _search_regex for getting it

10 years agoUpdate the TumblrIE: the video is no longer available
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 12:02:21 +0000 (14:02 +0200)]
Update the TumblrIE: the video is no longer available

10 years agoRevert "Fix GooglePlusIE: the video_page url has changed of place"
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 11:52:15 +0000 (13:52 +0200)]
Revert "Fix GooglePlusIE: the video_page url has changed of place"

The old method is working again.

This reverts commit 449d5c910cefdbfdfc5aa13d682dc46988a5318e.

10 years agoSteamIE: only verify the age if needed
Jaime Marquínez Ferrándiz [Thu, 20 Jun 2013 11:43:44 +0000 (13:43 +0200)]
SteamIE: only verify the age if needed

Also use the _html_search_regex function

10 years agoIgnore invalid dates (Fixes #894)
Philipp Hagemeister [Wed, 19 Jun 2013 20:13:16 +0000 (22:13 +0200)]
Ignore invalid dates (Fixes #894)

10 years agoMerge pull request #887 from anisse/master
Jaime Marquínez Ferrándiz [Wed, 19 Jun 2013 10:51:26 +0000 (12:51 +0200)]
Merge pull request #887 from anisse/master

Fetch all entries that are in a youtube playlist

Also add a test.

10 years agoFix GooglePlusIE: the video_page url has changed of place
Jaime Marquínez Ferrándiz [Tue, 18 Jun 2013 12:22:16 +0000 (14:22 +0200)]
Fix GooglePlusIE: the video_page url has changed of place

10 years agoadd _search_regex to the new IEs
Filippo Valsorda [Mon, 17 Jun 2013 17:47:44 +0000 (19:47 +0200)]
add _search_regex to the new IEs

10 years agoMerge branch 'search_regex' - PR #872 - closes #847
Filippo Valsorda [Mon, 17 Jun 2013 17:28:18 +0000 (19:28 +0200)]
Merge branch 'search_regex' - PR #872 - closes #847

10 years agouse _search_regex in GenericIE
Filippo Valsorda [Mon, 17 Jun 2013 17:25:35 +0000 (19:25 +0200)]
use _search_regex in GenericIE

10 years agoFix HypemIE test: the song name has been changed
Jaime Marquínez Ferrándiz [Sun, 16 Jun 2013 18:42:28 +0000 (20:42 +0200)]
Fix HypemIE test: the song name has been changed

10 years agoAdd GametrailersIE
Jaime Marquínez Ferrándiz [Sun, 16 Jun 2013 18:34:45 +0000 (20:34 +0200)]
Add GametrailersIE

10 years agoVimeoIE: allow to download password protected videos
Jaime Marquínez Ferrándiz [Sat, 15 Jun 2013 09:04:59 +0000 (11:04 +0200)]
VimeoIE: allow to download password protected videos

10 years agoUpdate test_issue_673 in Youtube Lists
Jaime Marquínez Ferrándiz [Sat, 15 Jun 2013 09:20:22 +0000 (11:20 +0200)]
Update test_issue_673 in Youtube Lists

Some videos have been removed.
Delete the title check, it's not the purpose of that test.

10 years agoYoutubePlaylistIE: get *all* videos
Anisse Astier [Thu, 13 Jun 2013 21:42:48 +0000 (23:42 +0200)]
YoutubePlaylistIE: get *all* videos

For that, we add parameter safeSearch=none that asks youtube not filter
results before sending them to us.

Note: this parameter could be added to YoutubeSearchIE and YoutubeUserIE
as well, but I don't know what would be the impact in term of unwanted
results. Maybe expose that as a parameter? For a playlist it's different
since the user chose what she put in the playlist.

10 years agoGenericIE: try to find videos from twitter cards info
Jaime Marquínez Ferrándiz [Thu, 13 Jun 2013 06:26:39 +0000 (08:26 +0200)]
GenericIE: try to find videos from twitter cards info

10 years agoYoutubeSearchIE: the query is a str, in python 3 it fails if decode is called
Jaime Marquínez Ferrándiz [Tue, 11 Jun 2013 17:15:07 +0000 (19:15 +0200)]
YoutubeSearchIE: the query is a str, in python 3 it fails if decode is called

10 years agoUpdate YahooIE test
Jaime Marquínez Ferrándiz [Mon, 10 Jun 2013 17:42:02 +0000 (19:42 +0200)]
Update YahooIE test

The old test video is no longer available.

10 years agoUse long rtmpdump options
Philipp Hagemeister [Mon, 10 Jun 2013 16:14:44 +0000 (18:14 +0200)]
Use long rtmpdump options

Note that we accidentally called rtmpdump with -v (--live) instead of -V (--verbose) because we missed this.

10 years agoAllow unsetting the proxy with the --proxy option
Philipp Hagemeister [Sun, 9 Jun 2013 21:43:18 +0000 (23:43 +0200)]
Allow unsetting the proxy with the --proxy option

10 years agoswitch long info_dict fields checking to md5
Filippo Valsorda [Sun, 9 Jun 2013 13:03:54 +0000 (15:03 +0200)]
switch long info_dict fields checking to md5

10 years agotest: extend the reach of info_dict checking
Filippo Valsorda [Sun, 9 Jun 2013 12:21:42 +0000 (14:21 +0200)]
test: extend the reach of info_dict checking

* print the info_dict in a format suitable to easy adding to tests.json during tests if un-tested fields are detected
* make it possible to put the crc32 in tests.json if the field is too long
* complete the "info_dict" fields in existing tests
* fixed the bugs catched doing this

10 years ago_html_search_regex with clean_html superpowers
Filippo Valsorda [Sun, 9 Jun 2013 09:57:13 +0000 (11:57 +0200)]
_html_search_regex with clean_html superpowers

10 years agodo not ask the user to report network errors
Filippo Valsorda [Sun, 9 Jun 2013 09:55:08 +0000 (11:55 +0200)]
do not ask the user to report network errors

10 years agoSet the extractor key in playlists entries
Jaime Marquínez Ferrándiz [Sat, 8 Jun 2013 10:08:44 +0000 (12:08 +0200)]
Set the extractor key in playlists entries

If they were videos the extractor key wasn't being set anywhere else
Closes 877

10 years agoMerge pull request #853 from mc2avr/master
Jaime Marquínez Ferrándiz [Sat, 8 Jun 2013 09:11:49 +0000 (11:11 +0200)]
Merge pull request #853 from mc2avr/master

add ZDFIE

10 years agoMerge pull request #878 from yasoob/master
Jaime Marquínez Ferrándiz [Sat, 8 Jun 2013 08:47:52 +0000 (10:47 +0200)]
Merge pull request #878 from yasoob/master
Added Vbox7.com InfoExtractor and tests.

10 years agoprint "please report this issue on GitHub" on every ExtractorError
Filippo Valsorda [Sat, 8 Jun 2013 07:56:34 +0000 (09:56 +0200)]
print "please report this issue on GitHub" on every ExtractorError

10 years agoAdded Vbox7 Infoextractor
M.Yasoob Khalid [Sat, 8 Jun 2013 07:44:38 +0000 (12:44 +0500)]
Added Vbox7 Infoextractor

10 years agoXHamster: Can't see the description anywhere in the UI
Filippo Valsorda [Fri, 7 Jun 2013 10:10:02 +0000 (12:10 +0200)]
XHamster: Can't see the description anywhere in the UI

10 years agouse search_regex in new IEs
Filippo Valsorda [Fri, 7 Jun 2013 09:46:03 +0000 (11:46 +0200)]
use search_regex in new IEs

10 years agoraise exceptions on warnings during tests - and solve a couple of them
Filippo Valsorda [Fri, 7 Jun 2013 09:19:27 +0000 (11:19 +0200)]
raise exceptions on warnings during tests - and solve a couple of them

10 years agoprint WARNINGs during test + minor fix to NBAIE
Filippo Valsorda [Thu, 6 Jun 2013 13:07:05 +0000 (15:07 +0200)]
print WARNINGs during test + minor fix to NBAIE

10 years agoimplement fallbacks and defaults in _search_regex
Filippo Valsorda [Thu, 6 Jun 2013 12:35:08 +0000 (14:35 +0200)]
implement fallbacks and defaults in _search_regex

10 years agoImplement search_regex from #847
Anna Bernardi [Thu, 6 Jun 2013 11:27:27 +0000 (13:27 +0200)]
Implement search_regex from #847

10 years agostyle and error handling edits to HypemIE
Filippo Valsorda [Thu, 6 Jun 2013 10:02:36 +0000 (12:02 +0200)]
style and error handling edits to HypemIE

10 years agoadded HypemIE
M.Yasoob Khalid [Wed, 5 Jun 2013 14:16:53 +0000 (19:16 +0500)]
added HypemIE

rebased, closes PR #871

10 years agoMerge pull request #866 from yasoob/master
Filippo Valsorda [Tue, 4 Jun 2013 17:39:31 +0000 (10:39 -0700)]
Merge pull request #866 from yasoob/master

Added support for XHamster - closes #841

10 years agoMerge pull request #863 from davidcl/master
Filippo Valsorda [Tue, 4 Jun 2013 17:36:36 +0000 (10:36 -0700)]
Merge pull request #863 from davidcl/master

Add some tests to match Justin.tv / Twitch.tv URLs

10 years agoSpiegelE: the page layout has changed a bit
Jaime Marquínez Ferrándiz [Tue, 4 Jun 2013 17:31:06 +0000 (19:31 +0200)]
SpiegelE: the page layout has changed a bit

10 years agoMerge pull request #864 from jacobian/vimeopro
Jaime Marquínez Ferrándiz [Tue, 4 Jun 2013 17:15:12 +0000 (10:15 -0700)]
Merge pull request #864 from jacobian/vimeopro

Fixed an error downloading vimeo pro videos.

10 years agoAdded test for XHamster.com
M.Yasoob Ullah Khalid [Tue, 4 Jun 2013 12:33:02 +0000 (17:33 +0500)]
Added test for XHamster.com

10 years agoAdded support for xhamster in infoextractors
M.Yasoob Ullah Khalid [Tue, 4 Jun 2013 12:30:54 +0000 (17:30 +0500)]
Added support for xhamster in infoextractors

10 years agoFix the test_all_urls (Import issue)
Clément DAVID [Tue, 4 Jun 2013 11:10:12 +0000 (13:10 +0200)]
Fix the test_all_urls (Import issue)

10 years agoMerge within test_all_urls
Clément DAVID [Tue, 4 Jun 2013 11:06:49 +0000 (13:06 +0200)]
Merge within test_all_urls

10 years agoVimeoIE: support videos from vimeopro.com
Jaime Marquínez Ferrándiz [Tue, 4 Jun 2013 10:04:54 +0000 (12:04 +0200)]
VimeoIE: support videos from vimeopro.com

10 years agoFixed an error downloading vimeo pro videos.
Jacob Kaplan-Moss [Mon, 3 Jun 2013 23:03:59 +0000 (18:03 -0500)]
Fixed an error downloading vimeo pro videos.

10 years agoAdd tests for justin.tv and twitch.tv
Clément DAVID [Mon, 3 Jun 2013 20:16:55 +0000 (22:16 +0200)]
Add tests for justin.tv and twitch.tv

10 years agoMerge pull request #854 from rg3/youtube_automatic_captions
Jaime Marquínez Ferrándiz [Sat, 1 Jun 2013 21:18:27 +0000 (14:18 -0700)]
Merge pull request #854 from rg3/youtube_automatic_captions

YoutubeIE: fallback to automatic captions when subtitles aren't found

10 years agoYoutubeIE: fallback to automatic captions when subtitles aren't found (closes #843)
Jaime Marquínez Ferrándiz [Sun, 26 May 2013 08:46:09 +0000 (10:46 +0200)]
YoutubeIE: fallback to automatic captions when subtitles aren't found (closes #843)

Also modify test_youtube_subtitles to support running the tests in any order.

10 years agoBlipTV: accept urls in the format http://a.blip.tv/api.swf#{id} (closes #857)
Jaime Marquínez Ferrándiz [Tue, 28 May 2013 13:12:39 +0000 (15:12 +0200)]
BlipTV: accept urls in the format a.blip.tv/api.swf#{id} (closes #857)

Tweak the regex so that BlipTV can be before BlipTVUser.

10 years agoadd ZDFIE and _download_with_mplayer(mms://,rtsp://)
mc2avr [Thu, 23 May 2013 19:42:03 +0000 (21:42 +0200)]
add ZDFIE and _download_with_mplayer(mms://,rtsp://)

10 years agorelease 2013.05.23
Philipp Hagemeister [Thu, 23 May 2013 11:37:19 +0000 (13:37 +0200)]
release 2013.05.23

10 years agoFix HowCast IE
Philipp Hagemeister [Thu, 23 May 2013 11:34:33 +0000 (13:34 +0200)]
Fix HowCast IE

10 years agosmall tweaks
Filippo Valsorda [Tue, 21 May 2013 14:07:27 +0000 (16:07 +0200)]
small tweaks

10 years agoAdd TeamcocoIE (closes #212)
Jaime Marquínez Ferrándiz [Tue, 21 May 2013 12:37:32 +0000 (14:37 +0200)]
Add TeamcocoIE (closes #212)

10 years agoadd support for Flickr videos - closes #261
Anna Bernardi [Mon, 20 May 2013 21:18:40 +0000 (23:18 +0200)]
add support for Flickr videos - closes #261

10 years agoPython 2 compat fixes for MyVideo.de rtmpdump downloads
Filippo Valsorda [Mon, 20 May 2013 09:57:10 +0000 (11:57 +0200)]
Python 2 compat fixes for MyVideo.de rtmpdump downloads

10 years agomake rtmpdump inherit the verbose option for debugging
Filippo Valsorda [Mon, 20 May 2013 09:54:21 +0000 (11:54 +0200)]
make rtmpdump inherit the verbose option for debugging

10 years agoMerge pull request #842 - myvideo, rtmp support
Filippo Valsorda [Mon, 20 May 2013 07:49:58 +0000 (09:49 +0200)]
Merge pull request #842 - myvideo, rtmp support

@dersphere code, from dersphere/plugin.video.myvideo_de.git
rewritten by @mc2avr
released in the Public Domain by the author
ref: https://github.com/rg3/youtube-dl/pull/842

10 years agoHowcastIE: extract thumbnail
Jaime Marquínez Ferrándiz [Mon, 20 May 2013 06:39:41 +0000 (08:39 +0200)]
HowcastIE: extract thumbnail

10 years agoVineIE: extract more information and minor style changes
Jaime Marquínez Ferrándiz [Mon, 20 May 2013 06:31:03 +0000 (08:31 +0200)]
VineIE: extract more information and minor style changes

10 years agoAdd support for Vine - closes #845
Anna Bernardi [Sun, 19 May 2013 22:25:26 +0000 (00:25 +0200)]
Add support for Vine - closes #845

11 years agoAdd support for Howcast.com - closes #835
Filippo Valsorda [Sat, 18 May 2013 17:17:19 +0000 (19:17 +0200)]
Add support for Howcast.com - closes #835

11 years agoUstreamIE: get thumbnail and uploader name
Jaime Marquínez Ferrándiz [Sat, 18 May 2013 09:54:18 +0000 (11:54 +0200)]
UstreamIE: get thumbnail and uploader name

11 years agoMyVideoIE: add rtmp support
mc2avr [Wed, 15 May 2013 21:38:44 +0000 (23:38 +0200)]
MyVideoIE: add rtmp support

11 years agoAdd extra_info argument to extract_info and process_ie_result
Jaime Marquínez Ferrándiz [Tue, 14 May 2013 12:40:40 +0000 (14:40 +0200)]
Add extra_info argument to extract_info and process_ie_result

It allows to update the info_dicts with other values

(closes #840)

11 years agoThrow a better error if the protocol is invalid
Philipp Hagemeister [Mon, 13 May 2013 17:54:07 +0000 (19:54 +0200)]
Throw a better error if the protocol is invalid

11 years agoSimplify generic search IE (Closes #839)
Philipp Hagemeister [Mon, 13 May 2013 17:53:52 +0000 (19:53 +0200)]
Simplify generic search IE (Closes #839)

11 years agoMerge remote-tracking branch 'jaimeMF/SearchIE'
Philipp Hagemeister [Mon, 13 May 2013 17:43:35 +0000 (19:43 +0200)]
Merge remote-tracking branch 'jaimeMF/SearchIE'

11 years agoAdd base class SearchInfoExtractor for search queries IEs
Jaime Marquínez Ferrándiz [Sat, 11 May 2013 21:04:56 +0000 (23:04 +0200)]
Add base class SearchInfoExtractor for search queries IEs

11 years agorelease 2013.05.14
Philipp Hagemeister [Mon, 13 May 2013 11:50:05 +0000 (13:50 +0200)]
release 2013.05.14

11 years agoMerge pull request #834 from chocolateboy/install_prefix_fix
Philipp Hagemeister [Mon, 13 May 2013 07:42:24 +0000 (00:42 -0700)]
Merge pull request #834 from chocolateboy/install_prefix_fix

only install to /etc if PREFIX is /usr or /usr/local

11 years agorelease 2013.05.13
Philipp Hagemeister [Mon, 13 May 2013 07:38:27 +0000 (09:38 +0200)]
release 2013.05.13

11 years agoDo not re-encode / to # if / is a platform separator, and correctly handle permission...
Philipp Hagemeister [Mon, 13 May 2013 07:20:08 +0000 (09:20 +0200)]
Do not re-encode / to # if / is a platform separator, and correctly handle permission errors (Fixes #831)

11 years agoDeprecate --only-sub
Philipp Hagemeister [Mon, 13 May 2013 07:06:18 +0000 (09:06 +0200)]
Deprecate --only-sub

11 years agoRemove a print call used for debugging
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 18:56:54 +0000 (20:56 +0200)]
Remove a print call used for debugging

11 years agoYoutubeSearchIE: return a playlist (related #838)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 18:53:37 +0000 (20:53 +0200)]
YoutubeSearchIE: return a playlist (related #838)

11 years agoFFmpegPostProcessor: decode stderr first and then get the last line (closes #837)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 17:08:32 +0000 (19:08 +0200)]
FFmpegPostProcessor: decode stderr first and then get the last line (closes #837)

11 years agoGoogleSearchIE: change query urls to http://www.google.com/search
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 16:44:56 +0000 (18:44 +0200)]
GoogleSearchIE: change query urls to google.com/search

The old one was given HTTP 404 errors

11 years agoFix YahooSearchIE: (closes #300)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 15:49:35 +0000 (17:49 +0200)]
Fix YahooSearchIE: (closes #300)

11 years agoYahooIE: support more videos
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 15:05:43 +0000 (17:05 +0200)]
YahooIE: support more videos

11 years agoYahooIE: remove old code and accept screen.yahoo.com videos (#300)
Jaime Marquínez Ferrándiz [Sun, 12 May 2013 12:05:14 +0000 (14:05 +0200)]
YahooIE: remove old code and accept screen.yahoo.com videos (#300)

Videos require rtmpdump

11 years agoonly install to /etc if PREFIX is /usr or /usr/local
chocolateboy [Fri, 10 May 2013 21:47:37 +0000 (22:47 +0100)]
only install to /etc if PREFIX is /usr or /usr/local