youtube-dl
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 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://)

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

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

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

11 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)

11 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

11 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

11 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

11 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

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

11 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

11 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

11 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Fri, 10 May 2013 07:21:24 +0000 (09:21 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoSkip bandcamp tests for now - free limit has been exceeded
Philipp Hagemeister [Fri, 10 May 2013 07:10:34 +0000 (09:10 +0200)]
Skip bandcamp tests for now - free limit has been exceeded

11 years agoImport FileDownloader in test_youtube_subtitles
Jaime Marquínez Ferrándiz [Fri, 10 May 2013 06:37:49 +0000 (08:37 +0200)]
Import FileDownloader in test_youtube_subtitles

Fix last commit

11 years agotest_youtube_subtitles: FakeDownloader inherits form FileDownloader
Jaime Marquínez Ferrándiz [Fri, 10 May 2013 06:31:30 +0000 (08:31 +0200)]
test_youtube_subtitles: FakeDownloader inherits form FileDownloader

11 years agoMerge pull request #826 from jakeogh/master
Philipp Hagemeister [Thu, 9 May 2013 23:52:54 +0000 (16:52 -0700)]
Merge pull request #826 from jakeogh/master

Added --get-id option to print video IDs

11 years agorelease 2013.05.10
Philipp Hagemeister [Thu, 9 May 2013 23:45:21 +0000 (01:45 +0200)]
release 2013.05.10

11 years agoRetry to disable YT ratelimit to unlock full bandwidth
Filippo Valsorda [Wed, 8 May 2013 22:39:10 +0000 (00:39 +0200)]
Retry to disable YT ratelimit to unlock full bandwidth

This is the second attempt: a60b854d9099e5a286accf8065d1dc9e00a4bfe6
Sometimes the ratelimit=yes is already in the URL, and doubling it
leads to a 403. Now should work on all videos, at least works on all
I could test.

Closes #648

11 years agoadded --get-id option to print video IDs
jakeogh [Mon, 6 May 2013 05:30:07 +0000 (22:30 -0700)]
added --get-id option to print video IDs

11 years agoGoogleSearchIE: rename _download_n_results to _get_n_results
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 20:12:41 +0000 (22:12 +0200)]
GoogleSearchIE: rename _download_n_results to _get_n_results

11 years agoCredit @JohnyMoSwag for WorldstarhiphopIE (#730)
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 19:56:38 +0000 (21:56 +0200)]
Credit @JohnyMoSwag for WorldstarhiphopIE (#730)

11 years agoCredit @julienfr112 for Ina IE (#823)
Philipp Hagemeister [Sun, 5 May 2013 19:35:39 +0000 (21:35 +0200)]
Credit @julienfr112 for Ina IE (#823)

11 years agorelease 2013.05.07
Philipp Hagemeister [Sun, 5 May 2013 19:13:16 +0000 (21:13 +0200)]
release 2013.05.07

11 years agorelease 2013.05.06
Philipp Hagemeister [Sun, 5 May 2013 19:01:46 +0000 (21:01 +0200)]
release 2013.05.06

11 years agoClean up InaIE (Closes #823)
Philipp Hagemeister [Sun, 5 May 2013 18:57:19 +0000 (20:57 +0200)]
Clean up InaIE (Closes #823)

11 years agoAdd support to www.ina.fr
julien [Sun, 5 May 2013 14:07:19 +0000 (16:07 +0200)]
Add support to www.ina.fr

11 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Sun, 5 May 2013 18:51:27 +0000 (20:51 +0200)]
Merge remote-tracking branch 'origin/master'

Conflicts:
youtube_dl/InfoExtractors.py

11 years agoFix GoogleSearchIE (Fixes #822)
Philipp Hagemeister [Sun, 5 May 2013 18:49:57 +0000 (20:49 +0200)]
Fix GoogleSearchIE (Fixes #822)

11 years agoFileDownloader: Simplify and document
Philipp Hagemeister [Sun, 5 May 2013 18:49:42 +0000 (20:49 +0200)]
FileDownloader: Simplify and document

11 years agoMore callbacks changed to raise ExtractorError
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 11:59:25 +0000 (13:59 +0200)]
More callbacks changed to raise ExtractorError

11 years agoPhotobucketIE: accept new format of urls and add a test
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 11:07:00 +0000 (13:07 +0200)]
PhotobucketIE: accept new format of urls and add a test

11 years agoArteTvIE: Fix format of upload date
Jaime Marquínez Ferrándiz [Sun, 5 May 2013 09:48:47 +0000 (11:48 +0200)]
ArteTvIE: Fix format of upload date