aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-04-16[brightcove] Always return lists from _extract_brightcove_urlsYen Chi Hsuan
In Python 3, filter() returns an iterable object, which is equivalently to True even for an empty result set. It causes false positive playlists in generic extraction logic.
2015-04-15[generic] Add test for playwire embed (#5430)Sergey M․
2015-04-15[generic] Add support for playwire embeds (Closes #5430)Sergey M․
2015-04-15[mtv] Capture and output error message (#5420)Sergey M․
2015-04-15[spike] Extend _VALID_URL (Closes #5420)Sergey M․
2015-04-15[teamcoco] Fix "preload" data extraction (fixes #5179)Yen Chi Hsuan
2015-04-15[tumblr] Dismiss warnings for optional fields (fixes #5202)Yen Chi Hsuan
2015-04-14[brightcove] Handle non well-formed XMLs (#5421)Sergey M․
2015-04-14[brightcove] Improve brightcove experience regex (Closes #5421)Sergey M․
2015-04-14[miomio] Enhance error checking and replace dead test caseYen Chi Hsuan
2015-04-14[generic] Fix test generic_51Yen Chi Hsuan
The website replaced the original video with a new one
2015-04-14[generic] Support another type of Ooyala embedded videoYen Chi Hsuan
2015-04-13[youtube] SimplifySergey M․
2015-04-13[vine] flake8Yen Chi Hsuan
2015-04-13[youtube] Remove unused variableSergey M․
2015-04-12[youtube] Extract video titles for channel playlist if possible (Closes #4971)Sergey M․
2015-04-12[utils] Add `video_title` for `url_result`Sergey M․
2015-04-12[footyroom] Remove superfluous whitespaceSergey M․
2015-04-12[footyroom] ImproveSergey M․
2015-04-12[FootyTube] Fixed wrong md5 checksumsnipem
2015-04-12[FootyRoom] Fixed missing http prefixsnipem
For some reason FootyTube is missing the „http:“ prefix on some Playwire links for some videos
2015-04-11[crooksandliars] Quotes consistencySergey M․
2015-04-11[generic] Add tests for Crooks and Liars embedsSergey M․
2015-04-11[generic] Add support for Crooks and Liars embedsSergey M․
2015-04-11[crooksandliars] Improve embed extractor and remove article extractorSergey M․
2015-04-11Merge branch 'crooksandliars' of https://github.com/fstirlitz/youtube-dl ↵Sergey M․
into fstirlitz-crooksandliars
2015-04-11[hitbox:live] Fix hls extration (Closes #5315)Sergey M․
2015-04-10[ted] Extract all formats (Closes #5397)Sergey M․
2015-04-10[rai] Add test for #5396Sergey M․
2015-04-10[rai] Improve extractionSergey M․
2015-04-10[rai] Fix extraction (Closes #5396)Sergey M․
2015-04-10[teamcoco] Extract durationNaglis Jonaitis
2015-04-09[teamcoco] Extract m3u8 URLsNaglis Jonaitis
2015-04-09[teamcoco] Fix extractionNaglis Jonaitis
2015-04-09[vine] ModernizeSergey M․
2015-04-09[vine] Extend _VALID_URLSergey M․
2015-04-09[vine] Add tests for #5389Sergey M․
2015-04-09[vine] Fix post data regex (Closes #5389)Sergey M․
2015-04-09[vine] Zero rate videos is perfectly valid (#5389)Sergey M․
2015-04-09[dumpert] Add nsfw cookie (Closes #5382)Sergey M․
2015-04-09[rtve] Detect videos that are no longer availableJaime Marquínez Ferrándiz
2015-04-09[dailymotion:user] Improve _VALID_URL (Closes #5380)Sergey M․
2015-04-08[theplatform] ModernizeSergey M․
2015-04-08[theplatform] Fix for python 2.6Sergey M․
At least single depth level extraction...
2015-04-08[theplatform] Allow <par> without <swtich> at allSergey M․
Bare `wget` on http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRTl results in an XML without <switch> at all but with <par> and <video> inside it. Let's handle this possible outcome as well.
2015-04-08[utils] Remove url_infer_protocolYen Chi Hsuan
2015-04-08[theplatform] Rework on <switch> inside <par>Yen Chi Hsuan
2015-04-08[theplatform] Fix video url extraction (fixes #5340)Yen Chi Hsuan
In SMIL 2.1, <switch> nodes may be enclosed in <par>. See http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
2015-04-08[livestream] Extend _VALID_URL (fixes #5375)Yen Chi Hsuan
2015-04-08[udn] Add new extractorYen Chi Hsuan