Commit Graph

473 Commits (143907304908ee34bfcfe4914cda596d235291f8)

Author SHA1 Message Date
ispedals 5a8d13199c Fix YoutubeChannelIE
- urls with query parameters now match
- fixes regex for identifying videos
- fixes pagination
11 years ago
Jaime Marquínez Ferrándiz dce9027045 Merge branch 'extract_info_rewrite' 11 years ago
Philipp Hagemeister feba604e92 Fix playlists with size 50i ∀ i∉ℕ (Closes #782) 11 years ago
Philipp Hagemeister bfdf469295 Fix FunnyOrDie extraction for a special video (#789) 11 years ago
Philipp Hagemeister 32c96387c1 Fix facebook IE 11 years ago
Philipp Hagemeister c8c5443bb5 Revert "disable YT ratelimit; this should enable to max out the connection bandwidth"
Although cool, that seems to break a lot of youtube videos.

This reverts commit a60b854d90.
11 years ago
Filippo Valsorda a60b854d90 disable YT ratelimit; this should enable to max out the connection bandwidth 11 years ago
Philipp Hagemeister f4381ab88a Fix keek title extraction 11 years ago
Philipp Hagemeister 855703e55e Option to dump intermediate pages 11 years ago
Philipp Hagemeister 927c8c4924 Use download_webpage in youtube IE 11 years ago
Philipp Hagemeister 72ca05016d Merge remote-tracking branch 'sagittarian/vimeo-no-desc' 11 years ago
Philipp Hagemeister b03d65c237 Minor improvements for ARD IE 11 years ago
Adam Mesha dc36bc9434 Fix bug when the vimeo description is empty on Python 2.x. 11 years ago
Jaime Marquínez Ferrándiz bce878a7c1 Implement the playlist/start options in FileDownloader
It makes it available for all the InfoExtractors
11 years ago
Jaime Marquínez Ferrándiz 532d797824 In MetacafeIE return a url if YoutubeIE should do the job 11 years ago
Michael Walter df2dedeefb added ARD InfoExtractor (german state television) 11 years ago
Jaime Marquínez Ferrándiz 14294236bf Merge branch 'master' into extract_info_rewrite 11 years ago
Filippo Valsorda f33154cd39 Merge pull request #764 from jaimeMF/subtitles_not_found
Fix crash when subtitles are not found
11 years ago
Jaime Marquínez Ferrándiz ef767f9fd5 Fix crash when subtitles are not found and the option --all-subs is given 11 years ago
Jaime Marquínez Ferrándiz bc97f6d60c Use report_error in subtitles error handling 11 years ago
Filippo Valsorda fa41fbd318 don't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763) 11 years ago
Jaime Marquínez Ferrándiz 6a205c8876 More fixes on subtitles errors handling 11 years ago
Jaime Marquínez Ferrándiz 0fb3756409 Fix crash when subtitles are not found 11 years ago
Filippo Valsorda b693216d8d Merge pull request #752 from dodo/master
SoundcloudSetIE
11 years ago
Filippo Valsorda 46b9d8295d Merge pull request #730 by @JohnyMoSwag
Support for Worldstarhiphop.com
11 years ago
Filippo Valsorda 7decf8951c fix FunnyOrDieIE, MyVideoIE, TEDIE 11 years ago
Filippo Valsorda 1f46c15262 fix SpiegelIE 11 years ago
Filippo Valsorda 0cd358676c Rebased, fixed and extended LiveLeak.com support
close #757 - close #761
11 years ago
kkalpakloglou 43113d92cc Update InfoExtractors.py 11 years ago
Philipp Hagemeister 95506f1235 Merge remote-tracking branch 'jaimeMF/color_error_messages' 11 years ago
Philipp Hagemeister 1447f728b5 Merge branch 'master' of github.com:rg3/youtube-dl 11 years ago
Jaime Marquínez Ferrándiz d2c690828a Add title and id to playlist results
Not all IE give both. They are not used yet.
11 years ago
Jaime Marquínez Ferrándiz cfa90f4adc Merge branch 'master' into extract_info_rewrite 11 years ago
dodo 5011cded16 SoundcloudSetIE
info extractor for soundcloud sets
11 years ago
Filippo Valsorda f10b2a9c14 fix KeekIE 11 years ago
Filippo Valsorda 5cb3c0b319 Merge pull request #699 by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
11 years ago
Ismael Mejia c0ba104674 Fixed typo in error message when no subtitles were available. 11 years ago
Ismael Mejia 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages 11 years ago
Ismael Mejia 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt) 11 years ago
Ismael Mejia 553d097442 Refactor subtitle options from srt to the more generic 'sub'.
In order to be more consistent with different subtitle formats.
From:
* --write-srt to --write-sub
* --only-srt to --only-sub
* --all-srt to --all-subs
* --srt-lang to --sub-lang'

Refactored also all the mentions of srt for sub in all the source code.
11 years ago
Ismael Mejia ae608b8076 Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
11 years ago
Philipp Hagemeister c397187061 Spiegel: Support hash at end of URL 11 years ago
Philipp Hagemeister e32b06e977 Spiegel IE 11 years ago
Johny Mo Swag 08ec0af7c6 catch fatal error 11 years ago
Johny Mo Swag 3b221c5406 removed str used for other project. 11 years ago
Philipp Hagemeister 3d3423574d Fix Unicode handling GenericIE (Fixes #734) 11 years ago
Johny Mo Swag 64c78d50cc working - worldstarhiphop IE
Support for WorldStarHipHop
11 years ago
Johny Mo Swag b3bcca0844 clean up 11 years ago
Johny Mo Swag 61e40c88a9 fixed typo 11 years ago
Johny Mo Swag 40634747f7 Support for WorldStarHipHop.com 11 years ago
Tim Douglas 47dcd621c0 Escapist videos are acutally .mp4, not .flv 11 years ago
Jaime Marquínez Ferrándiz a0d6fe7b92 When a redirect is found return the new url using the new style 11 years ago
Jaime Marquínez Ferrándiz c9fa1cbab6 More trouble calls changed in InfoExtractors.py
The calls with the message starting with 'WARNING' have been changed to report_warning instead of report_error
11 years ago
Jaime Marquínez Ferrándiz 8a38a194fb Add auxiliary methods to InfoExtractor to set the '_type' key and use them for some playlist IEs 11 years ago
Jaime Marquínez Ferrándiz f6e6da9525 Use extract_info in BlipTV User and Youtube Channel 11 years ago
Jaime Marquínez Ferrándiz 597cc8a455 Use extract_info in YoutubePlaylist and YoutubeSearch 11 years ago
Jaime Marquínez Ferrándiz e5f30ade10 Use report_error in InfoExtractors.py
Some calls haven't been changed
11 years ago
Philipp Hagemeister 7ae153ee9c Remove tweetreel - it has shut down 11 years ago
Philipp Hagemeister f7b567ff84 Use proper urlparse functions and simplify a bit 11 years ago
Philipp Hagemeister f2e237adc8 Merge remote-tracking branch 'jcarlosgarciasegovia/master' 11 years ago
Jaime Marquínez Ferrándiz 2e5457be1d Use report_warning in InfoExtractors 11 years ago
Juan Carlos Garcia Segovia 7f9d41a55e Allow downloading http://blip.tv/play/ embeded URLs 11 years ago
Philipp Hagemeister 691db5ba02 Don't be too clever (Fixes Python 3) 12 years ago
Philipp Hagemeister 6bf48bd866 Merge remote-tracking branch 'origin/API_YT_playlists' 12 years ago
Filippo Valsorda 89de9eb125 Modified Youtube video/playlist matching; fixes #668; fixes #585 12 years ago
Filippo Valsorda 6324fd1d74 Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661 12 years ago
Juan M 9e07cf2955 [YT Search] No results if items is not in response
When a query results of 0 items, the key items is not present in the
api_response dictionary, raising a KeyError.

Intead, look for the key and call trouble if it's not present.
12 years ago
Philipp Hagemeister 450e709972 Formalize URL creation (prepare for some cleanup in blip.tv:users) 12 years ago
Philipp Hagemeister 9befce2b8c Merge remote-tracking branch 'joksnet/ytsearch_decode_request' 12 years ago
Philipp Hagemeister f82b28146a Merge remote-tracking branch 'jaimeMF/TED' 12 years ago
Juan M d1b7a24354 Decode the data requested to the api in utf-8. 12 years ago
Jaime Marquínez Ferrándiz c85538dba1 TED: get thumbnails 12 years ago
Jaime Marquínez Ferrándiz 60bd48b175 Steam: get thumbnails 12 years ago
Ismael Mejia cdb130b09a Added new option '--only-srt' to download only the subtitles of a video
Improved option '--srt-lang'
 - it shows the argument in case of missing subtitles
 - added language suffix for non-english languages (e.g. video.it.srt)
12 years ago
Ismael Mejia 2e5d60b7db Removed conversion from youtube closed caption format to srt since youtube api supports the 'srt' format 12 years ago
Philipp Hagemeister 1013186a17 Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685) 12 years ago
Philipp Hagemeister 7c038b3c32 Import HTTPErrorProcessor from the correct module (Closes #696) 12 years ago
Philipp Hagemeister e711babbd1 Fix YP IE 12 years ago
Philipp Hagemeister 197080b10b Merge remote-tracking branch 'jaimeMF/TED' 12 years ago
Philipp Hagemeister 7796e8c2cb facebook: also download lq videos 12 years ago
Philipp Hagemeister 6d4363368a Fix MyVideo IE 12 years ago
Jaime Marquínez Ferrándiz 414638cd50 TED: Add support for playlists 12 years ago
Philipp Hagemeister 2a9983b78f Fix 8tracks 12 years ago
Philipp Hagemeister b17c974a88 Mark DailyMotion as broken for now (#680) 12 years ago
Philipp Hagemeister 58994225bc Add tests to MySpass 12 years ago
Jaime Marquínez Ferrándiz 59d4c2fe1b fix some titles in TED 12 years ago
Jaime Marquínez Ferrándiz 3a468f2d8b Basic support for TED 12 years ago
bastik 1ad5d872b9 added new InfoExtractor for myspass.de 12 years ago
Philipp Hagemeister f0877a445e Add tests for keek 12 years ago
Osama Khalid da06e2daf8 Add KeekIE() 12 years ago
Philipp Hagemeister d3f5f9f6b9 Fix login (Closes #658) 12 years ago
Philipp Hagemeister 8edc2cf8ca Support direct vimeo links (Closes #666) 12 years ago
Philipp Hagemeister fb778e66df Fix encoding in youtube subtitle download (Closes #669) 12 years ago
Philipp Hagemeister edba5137b8 Fix Facebook IE 12 years ago
Philipp Hagemeister f0bad2b026 Fix Stanford (Closes #653) 12 years ago
Philipp Hagemeister 25580f3251 8tracks: Ignore hashes 12 years ago
Philipp Hagemeister da4de959df 8tracks: Better default titles 12 years ago
Philipp Hagemeister d0d51a8afa 8tracks: Include performer as uploader 12 years ago
Philipp Hagemeister ccf65f9dee 8tracks IE (Closes #652) 12 years ago
Philipp Hagemeister b954070d70 Fix Facebook (Closes #375) 12 years ago
Philipp Hagemeister 97f194c1fb twitch.tv: Use id as title if no title is present (Closes #638) 12 years ago
Philipp Hagemeister 187f491ad2 [RBMA] Do not fail if thumbnail is empty 12 years ago
Philipp Hagemeister ca0a0bbeec RBMA IE (Closes #630) 12 years ago
Philipp Hagemeister 6119f78cb9 Add location field 12 years ago
Philipp Hagemeister 539679c7f9 Make uploader and upload_date fields optional 12 years ago
Philipp Hagemeister 3446dfb7cb Proper support for changing User-Agents from IEs 12 years ago
Philipp Hagemeister db16276b7c Improve YouJizz 12 years ago
Philipp Hagemeister 629fcdd135 Add agecheck and various improvements to YouPorn IE 12 years ago
Philipp Hagemeister 64ce2aada8 _request_webpage helper methods for queries that need the final URL 12 years ago
Philipp Hagemeister 565f751967 Clean up porno IEs 12 years ago
Philipp Hagemeister 6017964580 Merge remote-tracking branch 'jefftimesten/master' 12 years ago
Philipp Hagemeister ef0c8d5f9f Make ustream IE more robust 12 years ago
atomizer fa1bf9c653 justin.tv tweaks
- download all parts of a broadcast, fixes #614
- set "uploader" variable to channel_name if available
- catch api errors even if http status is 200
12 years ago
Jeff Crouse 18be482a6f oops - didn't remove some reminders 12 years ago
Jeff Crouse ca6710ee41 made changes recommended in pull request 12 years ago
Philipp Hagemeister 9314810243 fix ComedyCentral IE in Python3 12 years ago
Philipp Hagemeister 7717ae19fa Add tests for ComedyCentral IE 12 years ago
Philipp Hagemeister 32635ec685 Switch comedycentral IE to http downloads 12 years ago
Jeff Crouse caec7618a1 re-fixed XNXX regex problem 12 years ago
Jeff Crouse 991ba7fae3 Added extractors for 3 porn sites 12 years ago
Jaime Marquínez Ferrándiz 26714799c9 steamIE remove the HTMLparser object 12 years ago
Jaime Marquínez Ferrándiz 5e9d042d8f steamIE follow @phihag suggestions 12 years ago
Jaime Marquínez Ferrándiz 9cf98a2bcc Allow downloading videos with other characters in their titles
Especially html entities
12 years ago
Philipp Hagemeister 01951dda7a Make ExtractorError usable for other causes 12 years ago
Philipp Hagemeister 26cf040827 Support youtube videos of google+ users 12 years ago
Philipp Hagemeister 8e241d1a1a Simplify DailyMotion IE 12 years ago
Philipp Hagemeister c80f0a417a Better name for InfoQ IE 12 years ago
Philipp Hagemeister 4fcca4bb18 Fix infoQ in Python3 12 years ago
Philipp Hagemeister 5f9551719c Simplify some IEs 12 years ago
Philipp Hagemeister d830b7c297 _download_webpage helper function 12 years ago
Philipp Hagemeister 1c256f7047 ExtractorError for errors during extraction 12 years ago
Philipp Hagemeister a34dd63beb Remove superfluous IE names 12 years ago
Philipp Hagemeister 4aeae91f86 Move gen_extractors to InfoExtractors 12 years ago
Jaime Marquínez Ferrándiz 278986ea0f ustreamIE 12 years ago
Jaime Marquínez Ferrándiz e314ba675b SteamIE 12 years ago
Filippo Valsorda 8cad53e84c Removed a spurious increment_downloads, this time cleanly 12 years ago
Philipp Hagemeister 0deac3a2d8 Revert "Removed a spurious increment_downloads"
This reverts commit 92e3e18a1d.
12 years ago
Filippo Valsorda 92e3e18a1d Removed a spurious increment_downloads 12 years ago
Philipp Hagemeister 3bb6165927 Allow ampersand right after ? in youtube URLs (Closes #602) 12 years ago
Philipp Hagemeister d0d4f277da TweetReel IE 12 years ago
Filippo Valsorda 99b0a1292b add --no-post-overwrites to README.md; + minor style fixes 12 years ago
Philipp Hagemeister a7c0f8602e Merge branch 'master' of github.com:rg3/youtube-dl 12 years ago
Philipp Hagemeister 21a9c6aaac FunnyOrDie IE (Fixes #599) 12 years ago
Filippo Valsorda 6b3aef80ce better Vimeo tests; fixed a couple of VimeoIE fields 12 years ago
Filippo Valsorda 77c4beab8a new info_dict field: uploader_id 12 years ago
Filippo Valsorda 1a2c3c0f3e some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly as possible now 12 years ago
Filippo Valsorda 056d857571 refactor YouTube subtitles code, it was ugly (my bad) 12 years ago
Nick Daniels 0dcfb234ed Update Vimeo Info Extractor to get pull in the description properly 12 years ago
Nick Daniels cdb3076445 Sublime space formatting 12 years ago
Filippo Valsorda 937021133f a number of new tests and fixes; all tests green on 3.3 12 years ago
Filippo Valsorda f7b111b7d1 Google Video has been shutdown as of 11/15/2012. All videos on Google Video will be migrated to YouTube by the end of 2012. 12 years ago
Filippo Valsorda 80d3177e5c various py3 fixes; all tests green on 3.3 12 years ago
Dave Vasilevsky 4096b60948 Misc justin.tv fixes 12 years ago
Dave Vasilevsky 2ab1c5ed1a Support more than 100 videos for justin.tv 12 years ago
Dave Vasilevsky 0b40544f29 Preliminary support for twitch.tv and justin.tv 12 years ago
Philipp Hagemeister f1171f7c2d Fix VimeoIE in Python 3 12 years ago
Philipp Hagemeister 28ca6b5afa Fix Dailymotion in Python 3 12 years ago
Philipp Hagemeister bec102a843 Fix XNXX in Python 3 12 years ago
Philipp Hagemeister 8f6f40d991 More Youku Python 3 fixing 12 years ago
Philipp Hagemeister e2a8ff24a9 Fix YoukuIE in Python3 (and in general) 12 years ago
Philipp Hagemeister 8588a86f9e Fix xvideo IE in Python 3 12 years ago
Philipp Hagemeister 4cc3d07426 NBA IE (Closes #590) 12 years ago
nto ca6849e65d Add support for comedycentral clips (closes #233)
Support individual clips, not just full episodes.
break up now monstrous _VALID_URL regex over multiple lines to improve readability,
pass re.VERBOSE flag when using regex to ignore the whitespace
12 years ago
Philipp Hagemeister 4c21c56bfe Merge branch 'master' of github.com:rg3/youtube-dl 12 years ago
Philipp Hagemeister 55c0539872 Fix blip.tv in python3 12 years ago
Filippo Valsorda 9789a05c20 fix playlist pagination and add YT playlist tests (closes #569) 12 years ago
Filippo Valsorda 1ca63e3ae3 the test didn't load our Gzip opener
this was blocking the Vimeo test

+ some more gentest fixes
12 years ago
Philipp Hagemeister c7214f9a6f Use Soundcloud API (Closes #579) 12 years ago
Philipp Hagemeister 8fd3afd56c More work on soundcloud IE 12 years ago
Philipp Hagemeister f9b2f2b955 Correct accidental rename 12 years ago
Philipp Hagemeister 633b4a5ff6 Mark SoundCloud IE as nonfunctional for now (#579) 12 years ago
Philipp Hagemeister b4cd069d5e Better error reporting for SoundCloud IE 12 years ago
Philipp Hagemeister e387eb5aba Let youtube IE handle IDs starting with PL (Closes #572) 12 years ago
Philipp Hagemeister 15c8d83358 Fix Soundcloud IE (+ Python3 support) 12 years ago
Filippo Valsorda 0eb0faa26f Mark CollegeHumorIE not working until phihag finishes 12 years ago
Filippo Valsorda 32761d863c fix YouTubeIE on 2.6, sorry 12 years ago
Philipp Hagemeister 799c076384 collegehumor: able to download a single f4f file (not yet playable) 12 years ago
Philipp Hagemeister 9e8056d5a7 Use relative imports 12 years ago
Philipp Hagemeister 59ae15a507 Convert all tabs to 4 spaces (PEP8) 12 years ago
Philipp Hagemeister 8cd10ac4ef Fix printing title etc. 12 years ago
Philipp Hagemeister 72f976701a youtube IE: Correct bytes vs str 12 years ago
Philipp Hagemeister 9f37a95941 Py2/3 parse_qs compatibility 12 years ago
Philipp Hagemeister a130bc6d02 One more except..as 12 years ago
Philipp Hagemeister 348d0a7a18 Py2/3 compatibility for http.client 12 years ago
Philipp Hagemeister 03f9daab34 Use io.BytesIO instead of StringIO 12 years ago
Philipp Hagemeister 01ba00ca42 Prepare urllib references for 2/3 compatibility 12 years ago
Philipp Hagemeister e08bee320e Use except .. as everywhere (#180) 12 years ago
Philipp Hagemeister 96731798db Rename util.u to util.compat_str 12 years ago
Filippo Valsorda c63cc10ffa Merge remote-tracking branch 'origin/master' into IE_cleanup
Conflicts:
	youtube_dl/FileDownloader.py
12 years ago
Filippo Valsorda f462df021a Use None on missing required info_dict fields 12 years ago
Philipp Hagemeister 1a84d8675b Use u instead of str in Python 2 12 years ago
Filippo Valsorda 03c5b0fbd4 IE._WORKING attribute in order to warn the users and skip the tests on broken IEs 12 years ago
Philipp Hagemeister 95649b3936 Replace long with int (see PEP 237) 12 years ago
Philipp Hagemeister dd109dee8e Remove mentions of unicode 12 years ago
Filippo Valsorda 7e4674830e document info_dict['subtitles'] and info_dict['urlhandle'] 12 years ago
Filippo Valsorda 9ce5d9ee75 make all IEs return 'upload_date' and 'uploader', even if only u'NA' 12 years ago
Filippo Valsorda b49e75ff9a info_dict['upload_date'] is documented in --output, IEs MUST specify it 12 years ago
Filippo Valsorda abe7a3ac2a info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict 12 years ago
Filippo Valsorda 717b1f72ed default info_dict['format'] to info_dict['ext'] and make the YT one more verbose 12 years ago
Philipp Hagemeister 33d94a6c99 Merge remote-tracking branch 'alab1001101/master' 12 years ago
Philipp Hagemeister fa59f4b6a9 Merge remote-tracking branch 'chrisjrn/master' 12 years ago
Christopher Neugebauer 4a702f3819 Fixes the InfoExtractor for the Colbert Report. 12 years ago
Philipp Hagemeister 6bac102a4d Fix spacing in comedycentral IE 12 years ago
Christopher Neugebauer feb22fe5fe Fixed indentation error 12 years ago
Christopher Neugebauer d8dddb7c02 Removes extranous debugging info :) 12 years ago
Christopher Neugebauer 4408d996fb Adds format listing/selection support to the Comedy Central extractor. 12 years ago
Christopher Neugebauer 89af8e9d32 Removes extraneous debug message. 12 years ago
Christopher Neugebauer 36a9c0b5ff Points the ComedyCentral extractor at a CDN which works with more RTMPDump versions. 12 years ago
Philipp Hagemeister 92b91c1878 Use character instead of byte strings 12 years ago
Philipp Hagemeister 51937c0869 Add some parentheses around print for #180 12 years ago
zejn 297d7fd9c0 Also enable album URLs on Vimeo. 12 years ago
Filippo Valsorda 74033a662d Reworked Vimeo file selection logic (quality, codec) - closes #530 12 years ago
Filippo Valsorda 4cc391461a fix DailyMotion official users videos - closes #281 - by @yvestan 12 years ago
Filippo Valsorda bf95333e5e fixed MetacafeIE (uploader nickname regex) - closes #515 12 years ago
Filippo Valsorda fe4d68e196 slight change to Dailymotion uploader regex (fix) 12 years ago
Tailszefox 2262a32dd7 Added duration for YouTube videos 12 years ago
Philipp Hagemeister c6c0e23a32 Support raw playlist parameters (Closes #482) 12 years ago
Filippo Valsorda b8005afc20 handle YT urls with #/ redirects (closes #484) 12 years ago
Filippo Valsorda 902b2a0a45 New IE: YouTube channels (closes #396) 12 years ago
Filippo Valsorda 10daa766a1 support EDU YouTube playlists (closes #407) 12 years ago
Filippo Valsorda 0bfd0b598a Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merges #176) 12 years ago
Filippo Valsorda fd873c69a4 Merge PR #422 from 'kevinamadeus/master'
Add InfoExtractor for Google Plus video
(with fixes)
12 years ago
Tailszefox 413575f7a5 Added uploaded date for Dailymotion 12 years ago
Filippo Valsorda 13e69f546c Merged, modified and compiled Dailymotion pull request #446 by @Steap 12 years ago
Cyril Roelandt 63ec7b7479 DailymotionIE: There is not necessarily an underscore in a Dailymotion URL. 12 years ago
Cyril Roelandt 7b6d7001d8 DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" keywords. In this case, the "video_url" keyword should be looked for. 12 years ago
Filippo Valsorda 5c961d89df Merge pull request #403 from FiloSottile/re_VERBOSE 12 years ago
Filippo Valsorda 3c4d6c9eba Not all Dailymotion videos have an hqURL, now downloads highest quality available 12 years ago
Filippo Valsorda 349e2e3e21 Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?) 12 years ago
cryzed 3af2f7656c Fixed YouTube playlist parsing 12 years ago
Philipp Hagemeister 7f36e39676 Merge remote-tracking branch 'FiloSottille/supports'
Conflicts:
	youtube-dl
12 years ago
Philipp Hagemeister ebe3f89ea4 Merge xnxx.com Support (NSFW). Test URL (SFW): http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_ 12 years ago
Danko Alexeyev 9ca667065e Add 'signature' to YouTube URLs, fixes #427 12 years ago
Kevin Kwan d443aca863 Add InfoExtractor for Google Plus video 12 years ago
Christian Albrecht f2ad10a97d Add arte.tv Info Extractor 12 years ago
Filippo Valsorda 202e76cfb0 Made the YouTubeIE regex verbose/commented 12 years ago
Filippo Valsorda 795cc5059a Re-engineered XNXXIE to actually exit on ERRORs even with -i 12 years ago
Filippo Valsorda 5dc846fad0 Merge pull request #398 from tempname/master 12 years ago
Filippo Valsorda d5c4c4c10e bugfix and standarize the youku.com support 12 years ago
Filippo Valsorda 1ac3e3315e Merge pull request #395 from thesues/master 12 years ago
Filippo Valsorda 0e4dc2fc74 Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fix 12 years ago
tempname 6de7ef9b8d added InfoExtractor for XNXX 12 years ago
dongmao zhang 392105265c Merge branch 'master' of github.com:thesues/youtube-dl
Conflicts:
	youtube-dl
	youtube_dl/InfoExtractors.py
12 years ago
dongmao zhang 51661d8600 add www.youku.com support 12 years ago
dongmao zhang b5809a68bf merge 12 years ago
dongmao zhang 7733d455c8 fix 0a->0A bug 12 years ago
dongmao zhang 0a98b09bc2 youku default to download hd2 video 12 years ago
dongmao zhang 302efc19ea add youku support 12 years ago
Rogério Brito 55a1fa8a56 Support downloading Youtube videos via tube.majestyc.net
A user requested (in Debian's bug tracking system) that support for
tube.majestyc.net, a frontend for Youtube with accessibility functions
(and other support for other assistive technologies), be added.

This patch adds support for this.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
12 years ago
Philipp Hagemeister a171dbfc27 Merge pull request #386 from FiloSottile/blip
Blip.tv
12 years ago