aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-08-22Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2014-08-22[metacafe] Add support for movieclips videos (Fixes #3555)Philipp Hagemeister
2014-08-22Added test for dump.comM.Yasoob Ullah Khalid ☺
2014-08-22Added an IE for Dump.comM.Yasoob Ullah Khalid ☺
2014-08-21[metacafe] Avoid excessive nestingPhilipp Hagemeister
2014-08-21[metacafe] SimplifyPhilipp Hagemeister
2014-08-21[youtube] tag 171 is 128KBits (Fixes #3542)Philipp Hagemeister
2014-08-21[escapist] Add support for og:video:url (Fixes #3557)Philipp Hagemeister
2014-08-21[youtube] Handle incorrectly written cache files (#3549)Philipp Hagemeister
2014-08-21Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-08-21[ellentv] Simplify and correct testsPhilipp Hagemeister
2014-08-20[teamcoco] Update video id regexSergey M․
2014-08-19[jove] Simplify, extract full description and add test for video that ↵Sergey M․
requires subscription
2014-08-19Merge branch 'jove' of https://github.com/naglis/youtube-dl into naglis-joveSergey M․
2014-08-18[mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz
2014-08-18[rtlnl] Add extractor for rtlxl.nl (closes #3523)Jaime Marquínez Ferrándiz
2014-08-18[pbs] Add frontline video testSergey M․
2014-08-18[pbs] Extract coveplayerid (Closes #3522)Sergey M․
2014-08-16Remove debug printsriking
2014-08-16[youtube] Add two-factor account signin (TOTP only)riking
Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation. Fixes #3533
2014-08-17[dfb] Fix f4m manifest URLSergey M․
2014-08-16[yahoo] Add support for embedded videos (Closes #3525)Sergey M․
2014-08-15[howstuffworks] Add extractor (#3500)Sergey M․
Content-length is invalid for final download links.
2014-08-15Merge remote-tracking branch 'akirk/ellentv'Philipp Hagemeister
2014-08-14[livestream] Improve extraction (Closes #3513)Sergey M․
2014-08-13[shared] Update testSergey M․
2014-08-13[ellentv] Add new extractorAlexander Kirk
2014-08-12[ooyala] Try mobile player JS URLs for all available devices (Closes #3498)Sergey M․
Looks like some videos are only available for particular devices (e.g. http://player.ooyala.com/player.js?embedCode=x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0 is only available for ipad) Working around with fetching URLs for all the devices found starting with 'unknown' until we succeed or eventually fail for each device.
2014-08-10[appletrailers] Support height-less videosPhilipp Hagemeister
2014-08-10[ard] Show error message for videos that are no longer available (#3422)Sergey M․
2014-08-10[facebook] Allow '?' before '#!' (fixes #3477)Jaime Marquínez Ferrándiz
2014-08-10[reverbnation] The 'uploader_id' field must be a stringJaime Marquínez Ferrándiz
2014-08-10[reverbnation] Simplify json downloadJaime Marquínez Ferrándiz
We can directly get a json file instead of the jsonp.
2014-08-10[reverbnation] Modernize testJaime Marquínez Ferrándiz
2014-08-10[reverbnation] Make sure that the thumbnail url contain the protocolJaime Marquínez Ferrándiz
They are protocol relative.
2014-08-10[orf] Move all ORF extractors in one placeSergey M․
2014-08-10[fm4] Remove unused imports and minor changesSergey M․
2014-08-10Merge pull request #3431 from sehaas/fm4Sergey M.
[fm4] Add new extractor
2014-08-09[arte] Do not filter formats when there are no videos of requested lang code ↵Sergey M․
(Closes #3433)
2014-08-08[xboxclips] PEP8 and extract more metadataSergey M․
2014-08-08Merge branch 'xboxclips' of https://github.com/pyed/youtube-dl into ↵Sergey M․
pyed-xboxclips
2014-08-08[nowness] Add support for cn URLs (Closes #3465)Sergey M․
2014-08-08[xboxclips] Add new extractorpyed
2014-08-07[vube] Extract audio and categoriesSergey M․
2014-08-07Update vube.pytinybug
fix extractor is broken #3459
2014-08-06[mojvideo] Switch to API, handle errors, remove faked width and heightSergey M․
2014-08-06Merge branch 'mojvideo' of https://github.com/DavidFabijan/youtube-dl into ↵Sergey M․
DavidFabijan-mojvideo
2014-08-06Fixed the encodingDavid Fabijan
2014-08-06[firedrive] fix broken extractorNaglis Jonaitis
2014-08-05Fix CSS parsing for PatreonErik Johnson
Some of the CSS classes end in " double", so this commit refines the HTML parsing to account for both kinds of classes, and also adds an additional test case.