aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-09-21[youku] better error handlingtewe
blocked videos used to cause death by TypeError, now we report what the server says
2013-09-21[livestream] Fix events extraction (fixes #1467)Jaime Marquínez Ferrándiz
2013-09-21[dailymotion] Add an extractor for users (closes #1476)Jaime Marquínez Ferrándiz
2013-09-21[dailymotion] Raise ExtractorError if the dailymotion response reports an errorJaime Marquínez Ferrándiz
2013-09-21[southparkstudios] add support for ↵Jaime Marquínez Ferrándiz
http://www.southparkstudios.com/full-episodes/* urls (closes #1469)
2013-09-21[southparkstudios] Fix mgid extractionJaime Marquínez Ferrándiz
2013-09-20Add an extractor for ebaumsworld.com (closes #1462)Jaime Marquínez Ferrándiz
2013-09-20[youtube] add algo for length 91Jaime Marquínez Ferrándiz
2013-09-20[funnyordie] Fix video url extractionJaime Marquínez Ferrándiz
2013-09-19Unable to decrypt signature length 93 (fixes #1461)patrickslin
2013-09-18[fktv] support videos splitted in any number of parts and some style changesJaime Marquínez Ferrándiz
2013-09-18Merge pull request #1438 from rzhxeo/fktvJaime Marquínez Ferrándiz
Add support for http://fernsehkritik.tv
2013-09-18[youtube] apply the fix for lists with number of videos multiple of ↵Jaime Marquínez Ferrándiz
_MAX_RESULTS to user extraction Copied from the playlist extractor.
2013-09-18[newgrounds] simplifyPhilipp Hagemeister
2013-09-18Changed file hash.Ruirize
2013-09-18Fixes test failRuirize
Was unaware of --id being passed to test.
2013-09-18Added Newgrounds supportRuirize
2013-09-17XHamsterIE: Fix support for new HD video url format and add test (closes PR ↵rzhxeo
#1443)
2013-09-17[francetv] Remove Pluzz testJaime Marquínez Ferrándiz
Videos expire in 7 days
2013-09-17[hotnewhiphop] Fix test case titleJaime Marquínez Ferrándiz
2013-09-17[youtube] Don't search the flash player version for videos with age gate ↵Jaime Marquínez Ferrándiz
activated
2013-09-17Update 85 signature (Fixes #1449)Philipp Hagemeister
This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master.
2013-09-16Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz
2013-09-16[ooyala] prefer ipad urlJaime Marquínez Ferrándiz
It has better quality with m3u8 manifests
2013-09-16Add an extractor for Bloomberg (closes #1436)Jaime Marquínez Ferrándiz
2013-09-16[ooyala] add support for more type of video urls, like m3u8 manifests.Jaime Marquínez Ferrándiz
2013-09-16Add FKTV extractorrzhxeo
2013-09-16Add FKTV extractorrzhxeo
Support for Fernsehkritik-TV (incl. Postecke)
2013-09-15Add an extractor for southparkstudios.com (closes #1434)Jaime Marquínez Ferrándiz
It uses the MTV system
2013-09-15Merge pull request #1422 from rzhxeo/xhamsterJaime Marquínez Ferrándiz
XHamsterIE: Add support for new URL format (download in hd by default)
2013-09-15[youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz
2013-09-14[soundcloud] Add an extractor for users (closes #1426)Jaime Marquínez Ferrándiz
2013-09-14Set the ext field for each formatJaime Marquínez Ferrándiz
2013-09-14[mixcloud] Rewrite extractor (fixes #278)Jaime Marquínez Ferrándiz
2013-09-14Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
2013-09-14[googleplus] Fix upload date extractionJaime Marquínez Ferrándiz
2013-09-14XHamsterIE: Add support for new URL formatrzhxeo
2013-09-13[ustream] Simplify channel extractionJaime Marquínez Ferrándiz
the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
2013-09-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
Add Ustream channel support
2013-09-13Merge pull request #1409 from JohnyMoSwag/master (closes #1404)Jaime Marquínez Ferrándiz
added kickstarter IE
2013-09-12[gamespot] Update test video titleJaime Marquínez Ferrándiz
2013-09-12[youtube] update algo for length 82 (fixes #1416)Jaime Marquínez Ferrándiz
2013-09-12[canalplust] accept urls that don't include the video id (fixes #1415), ↵Jaime Marquínez Ferrándiz
extract more info and update test
2013-09-12Add Ustream channel supporttewe
2013-09-12[funnyordie] fix video url extractionJaime Marquínez Ferrándiz
2013-09-12Check for both automatic captions and subtitles with options `--write-sub` ↵Jaime Marquínez Ferrándiz
and `--write-auto-sub` (fixes #1224)
2013-09-11added kickstarter IEJohny Mo Swag
2013-09-11[youtube] Fix detection of videos with automatic captionsJaime Marquínez Ferrándiz
2013-09-11[subtitles] Also list the available automatic captions languages with ↵Jaime Marquínez Ferrándiz
'--list-sub'
2013-09-11[youtube] Support automatic captions with original language different from ↵Jaime Marquínez Ferrándiz
English (fixes #1225) and download in multiple languages.