aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-04-19release 2016.04.192016.04.19Philipp Hagemeister
2016-04-18[vimeo] Improve _VALID_URL (Closes #9229)Sergey M․
2016-04-17[theonion] Remove extractor (Closes #9220)Sergey M․
It now uses generic onionstudios embed
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
2016-04-17[vice] remove unused import and variableremitamine
2016-04-17[musicplayon] Relax _VALID_URL and improve metadata extractionYen Chi Hsuan
In r'pl=\d+&play=\d+' pages, several metadata items are missing Closes #9222.
2016-04-17[musicplayon] Fix extraction (closes #9222)Yen Chi Hsuan
2016-04-16Merge pull request #9195 from remitamine/ffmpeg-piperemitamine
[downloader/external] enable piping for FFmpegFD(closes #2124)
2016-04-16[ffmpeg] Clarify rationale for pipe(-) exclusion in _ffmpeg_filename_argumentremitamine
2016-04-16[onionstudios] extract m3u8 formatsremitamine
2016-04-16[ffmpeg] check for - file name in _ffmpeg_filename_argumentremitamine
2016-04-17[kuwo:category] Update the testYen Chi Hsuan
Now the webpage says there are 24 songs.
2016-04-17[nerdist] Remove extractorSergey M․
It now uses brightcove
2016-04-16[vice] extract youtube embedremitamine
2016-04-16[cbs] Remove unused importSergey M․
2016-04-16[extractor/generic] Improve instagram embeds (Closes #9213)Sergey M․
2016-04-16[instagram] Add support for iframe embedsSergey M․
2016-04-16[instagram] Add support for embed URLsSergey M․
2016-04-16[mooshare] Remove extractorSergey M․
2016-04-16[mdr] Fix extraction and update testsYen Chi Hsuan
It's strange that the date is changed. Anyway, new data matches what the webpage says.
2016-04-16[huffpost] Fix a typoYen Chi Hsuan
2016-04-16[generic] Fix test_Generic_2Yen Chi Hsuan
Now a HEAD request returns 400 Bad Request
2016-04-16[ustream] Fix /embed/ URLs and add a testYen Chi Hsuan
2016-04-16[tudou] Improve error detection (closes #9175)Yen Chi Hsuan
2016-04-16[twitter] Don't check /cards/ URLsYen Chi Hsuan
Fixes #9181 In this tweet, there are two cards: 1. https://twitter.com/i/cards/tfw/v1/719944006306701313 This shows #TeamCap vs. #TeamIronMan 2. https://twitter.com/i/videos/tweet/719944021058060289 This is the real video and can be handled by TwitterCardIE In all current test_Twitter* tests, /videos/tweet/ approach works fine.
2016-04-16[bbc] Fix a testYen Chi Hsuan
2016-04-16[audiomack] Update the testYen Chi Hsuan
The original test raises 404
2016-04-16[varzesh3] Add md5 to the testYen Chi Hsuan
2016-04-16[newgrounds] Support videos (closes #9138)Yen Chi Hsuan
2016-04-16[cbs] do not catch Exceptions raised by by _extract_theplatform_smilremitamine
2016-04-16[theplatform] remove _sort_formats from _extract_theplatform_smilremitamine
2016-04-16[varzesh3] Fix metadata extraction (closes #9197)Yen Chi Hsuan
2016-04-16[gazeta] Relax _VALID_URL and update testsYen Chi Hsuan
Closes #9196
2016-04-16[eagleplatform] Fix error handlingYen Chi Hsuan
2016-04-16[puls4] Fix error detection (#9194)Yen Chi Hsuan
2016-04-16[sportbox] Fix SportBoxEmbedIEYen Chi Hsuan
Also fixes test_Generic_29 (http://www.vestifinance.ru/articles/25753)
2016-04-15[cbs] extract rtmp formatsremitamine
2016-04-15[youtube:user] check if the url didn't match only the other youtube extractorsremitamine
2016-04-15[karaoketv] Fix extractionSergey M․
2016-04-15[iqiyi] Also suuport pps.tv URLsYen Chi Hsuan
PPS is acquired by Baidu and merged with iQiyi in 2013 [1]. Now they have the same page layouts. [1] http://www.chinanews.com/it/2013/05-07/4792526.shtml
2016-04-15[karaoketv] Update and mark as not _WORKINGYen Chi Hsuan
2016-04-15[huffpost] Fix extractionYen Chi Hsuan
2016-04-15Merge pull request #9041 from kasper93/masterYen Chi Hsuan
[generic] Add support for LiveLeak embeds
2016-04-15[mixcloud:stream] Add new extractorYen Chi Hsuan
Closes #7633
2016-04-15[mixcloud] Fix extraction by decrypting play infoYen Chi Hsuan
Fixes #7521
2016-04-15Merge branch 'Phaeilo-mixcloud'Yen Chi Hsuan
2016-04-15[mixcloud] Improve and simplify mixcloud:user and mixcloud:playlistYen Chi Hsuan
2016-04-15[tdslifeway] Use the new Brightcove APIYen Chi Hsuan
Thanks for @remitamine's suggestion.
2016-04-15[wayofthemaster] Remove extractorYen Chi Hsuan
Now it's using YouTube embeds.
2016-04-15[ubu] Remove extractorYen Chi Hsuan
1. Videos on ubu.com are now hosted on Vimeo 2. The duration is far from correct, and may not exist on other videos (For example http://ubu.com/film/hammons_king.html)