Commit Graph

57 Commits (ece34e8951b05fb6661722d545969e24d82421cd)

Author SHA1 Message Date
Tailszefox 2262a32dd7 Added duration for YouTube videos
Philipp Hagemeister c6c0e23a32 Support raw playlist parameters (Closes )
Filippo Valsorda b8005afc20 handle YT urls with #/ redirects (closes )
Filippo Valsorda 902b2a0a45 New IE: YouTube channels (closes )
Filippo Valsorda 10daa766a1 support EDU YouTube playlists (closes )
Filippo Valsorda 0bfd0b598a Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merges )
Filippo Valsorda fd873c69a4 Merge PR from 'kevinamadeus/master'
Add InfoExtractor for Google Plus video
(with fixes)
Tailszefox 413575f7a5 Added uploaded date for Dailymotion
Filippo Valsorda 13e69f546c Merged, modified and compiled Dailymotion pull request by @Steap
Cyril Roelandt 63ec7b7479 DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.
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.
Filippo Valsorda 5c961d89df Merge pull request from FiloSottile/re_VERBOSE
Filippo Valsorda 3c4d6c9eba Not all Dailymotion videos have an hqURL, now downloads highest quality available
Filippo Valsorda 349e2e3e21 Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)
cryzed 3af2f7656c Fixed YouTube playlist parsing
Philipp Hagemeister 7f36e39676 Merge remote-tracking branch 'FiloSottille/supports'
Conflicts:
	youtube-dl
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_
Danko Alexeyev 9ca667065e Add 'signature' to YouTube URLs, fixes
Kevin Kwan d443aca863 Add InfoExtractor for Google Plus video
Filippo Valsorda 202e76cfb0 Made the YouTubeIE regex verbose/commented
Filippo Valsorda 795cc5059a Re-engineered XNXXIE to actually exit on ERRORs even with -i
Filippo Valsorda 5dc846fad0 Merge pull request from tempname/master
Filippo Valsorda d5c4c4c10e bugfix and standarize the youku.com support
Filippo Valsorda 1ac3e3315e Merge pull request from thesues/master
Filippo Valsorda 0e4dc2fc74 Merge 'rbrito/support-tube.majestyc.net' (PR ) with small fix
tempname 6de7ef9b8d added InfoExtractor for XNXX
dongmao zhang 392105265c Merge branch 'master' of github.com:thesues/youtube-dl
Conflicts:
	youtube-dl
	youtube_dl/InfoExtractors.py
dongmao zhang 51661d8600 add www.youku.com support
dongmao zhang b5809a68bf merge
dongmao zhang 7733d455c8 fix 0a->0A bug
dongmao zhang 0a98b09bc2 youku default to download hd2 video
dongmao zhang 302efc19ea add youku support
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>
Philipp Hagemeister a171dbfc27 Merge pull request from FiloSottile/blip
Blip.tv
Filippo Valsorda 11a141dec9 BlipTVUserIE fix
Filippo Valsorda 818282710b moved the User-Agent workaround to the BlipTV IE
Filippo Valsorda dee5d76923 changed YouTube closed captions URL; closes
Filippo Valsorda 363a4e1114 xvideos patch by @pocoimporta - closes
Philipp Hagemeister 3210735c49 Fix EscapistMagazine IE
Filippo Valsorda d4e16d3e97 YouTube playlist fix; closes and
Witchakorn Kamolpornwijit 5404179338 Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility
Filippo Valsorda 7df97fb59f display a meaningful error message on rental videos ()
Filippo Valsorda 3187e42a23 Merge pull requests by jcarlosgarciasegovia
Juan Carlos Garcia Segovia f1927d71e4 Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unicode string. it needs a UTF-8 byte buffer
Juan Carlos Garcia Segovia eeeb4daabc Information Extractor for blip.tv users
chocolateboy 6ab92c8b62 don't corrupt stdout (-o -) in verbose mode
Philipp Hagemeister 9ab3406ddb Fix Escapist IE
Filippo Valsorda 2c288bda42 reorganized the titles sanitizing: now title is the untouched title
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes 
Filippo Valsorda 0b8c922da9 Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda 3fe294e4ef merge upstream