aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [yahoo] Add support for embedded videos (Closes #3525)Sergey M․2014-08-162-2/+20
|
* [howstuffworks] Add extractor (#3500)Sergey M․2014-08-152-0/+135
| | | | Content-length is invalid for final download links.
* [livestream] Improve extraction (Closes #3513)Sergey M․2014-08-141-6/+17
|
* [shared] Update testSergey M․2014-08-131-2/+2
|
* [ooyala] Try mobile player JS URLs for all available devices (Closes #3498)Sergey M․2014-08-121-17/+49
| | | | | | | | 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.
* [appletrailers] Support height-less videosPhilipp Hagemeister2014-08-101-2/+3
|
* [ard] Show error message for videos that are no longer available (#3422)Sergey M․2014-08-101-0/+3
|
* [facebook] Allow '?' before '#!' (fixes #3477)Jaime Marquínez Ferrándiz2014-08-101-1/+1
|
* [reverbnation] The 'uploader_id' field must be a stringJaime Marquínez Ferrándiz2014-08-101-3/+3
|
* [reverbnation] Simplify json downloadJaime Marquínez Ferrándiz2014-08-101-4/+1
| | | | We can directly get a json file instead of the jsonp.
* [reverbnation] Modernize testJaime Marquínez Ferrándiz2014-08-101-1/+2
|
* [reverbnation] Make sure that the thumbnail url contain the protocolJaime Marquínez Ferrándiz2014-08-101-2/+3
| | | | They are protocol relative.
* [orf] Move all ORF extractors in one placeSergey M․2014-08-104-89/+80
|
* [fm4] Remove unused imports and minor changesSergey M․2014-08-101-17/+13
|
* Merge pull request #3431 from sehaas/fm4Sergey M.2014-08-102-0/+50
|\ | | | | [fm4] Add new extractor
| * [fm4] Add new extractorSebastian Haas2014-08-032-0/+50
| |
* | [arte] Do not filter formats when there are no videos of requested lang code ↵Sergey M․2014-08-091-5/+9
| | | | | | | | (Closes #3433)
* | [xboxclips] PEP8 and extract more metadataSergey M․2014-08-081-18/+41
| |
* | Merge branch 'xboxclips' of https://github.com/pyed/youtube-dl into ↵Sergey M․2014-08-082-0/+35
|\ \ | | | | | | | | | pyed-xboxclips
| * | [xboxclips] Add new extractorpyed2014-08-082-0/+35
| | |
* | | [nowness] Add support for cn URLs (Closes #3465)Sergey M․2014-08-081-13/+29
|/ /
* | [vube] Extract audio and categoriesSergey M․2014-08-071-31/+36
| |
* | Update vube.pytinybug2014-08-071-6/+2
| | | | | | fix extractor is broken #3459
* | [mojvideo] Switch to API, handle errors, remove faked width and heightSergey M․2014-08-061-15/+32
| |
* | Merge branch 'mojvideo' of https://github.com/DavidFabijan/youtube-dl into ↵Sergey M․2014-08-062-0/+42
|\ \ | | | | | | | | | DavidFabijan-mojvideo
| * | Fixed the encodingDavid Fabijan2014-08-061-0/+2
| | |
| * | [Mojvideo] Add new extractor (minor changes)David Fabijan2014-08-031-1/+1
| | |
| * | [Mojvideo] Add new extractor (minor changes)David Fabijan2014-08-031-8/+1
| | |
| * | [Mojvideo] Add new extractorDavid Fabijan2014-08-032-0/+47
| | |
* | | [firedrive] fix broken extractorNaglis Jonaitis2014-08-061-2/+1
| | |
* | | [vimeo] Ignore video 'base' thumbnail (Closes #3438)Dobrosław Żybort2014-08-041-1/+1
| |/ |/|
* | [vimeo] Use original URL when for standard vimeo.com links (Closes #3428)Sergey M․2014-08-041-2/+15
|/ | | | | Some videos that are freely accessible without password via the original URL (e.g. http://vimeo.com/channels/keypeele/75629013) ask for password when accessed via http://vimeo.com/<video_id>.
* [ubu] Add missing whitespaceSergey M․2014-08-031-1/+1
|
* [pbs] Add support for frontline videos (Closes #3414 #3405)Sergey M․2014-08-021-1/+14
|
* [ubu] Add extractor (Close #3418)Sergey M․2014-08-022-0/+57
|
* [youtube] Use new signature cache ID for in-memory cache as wellPhilipp Hagemeister2014-08-021-1/+1
|
* [youtube] Make cache ID a tuple of lengths instead of just the whole lengthPhilipp Hagemeister2014-08-021-10/+18
|
* [youtube] Clean up -v signature outputPhilipp Hagemeister2014-08-021-2/+2
|
* [youtube] Show format ID in signature deobfuscation -v outputPhilipp Hagemeister2014-08-021-43/+46
|
* [izlesene] Minor changesSergey M․2014-08-011-39/+42
|
* Merge branch 'izlesene' of https://github.com/naglis/youtube-dl into ↵Sergey M․2014-08-012-0/+95
|\ | | | | | | naglis-izlesene
| * [izlesene] Add new extractor. Closes #3184Naglis Jonaitis2014-07-262-0/+95
| |
* | [ard] Quote path part instead of whole URL encodeSergey M․2014-07-311-1/+6
| |
* | [ard] Encode url (Closes #3412)Sergey M․2014-07-311-1/+1
| |
* | [vidme] Add extractor (Closes #3404)Sergey M․2014-07-312-0/+69
| |
* | [vevo] Sort formats (Fixes #3399)Philipp Hagemeister2014-07-301-0/+1
| |
* | [generic] Add --default-search fixup_errorPhilipp Hagemeister2014-07-291-4/+5
| | | | | | | | This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
* | [swrmediathek] Improve _VALID_URLSergey M․2014-07-291-1/+15
| |
* | [gamestar] Use helper methods to not break if something changes (#3393)Philipp Hagemeister2014-07-291-14/+20
| |
* | [gamestar] Add new extractor (init)SyxbEaEQ22014-07-291-0/+1
| |