aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-08-10[reverbnation] Make sure that the thumbnail url contain the protocolJaime Marquínez Ferrándiz
They are protocol relative.
2014-08-10[downloader/common] Fix typoSergey M․
2014-08-10Credit @sehaas for ORF FM4 extractor (#3431)Sergey M․
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-06Credit @DavidFabijan for mojvideo (#3423)Sergey M․
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-05release 2014.08.052014.08.05Philipp Hagemeister
2014-08-05Credit @matrixik for #3441Sergey M․
2014-08-04[vimeo] Ignore video 'base' thumbnail (Closes #3438)Dobrosław Żybort
2014-08-03[fm4] Add new extractorSebastian Haas
2014-08-04[vimeo] Use original URL when for standard vimeo.com links (Closes #3428)Sergey M․
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>.
2014-08-03[Mojvideo] Add new extractor (minor changes)David Fabijan
2014-08-03[Mojvideo] Add new extractor (minor changes)David Fabijan
2014-08-03[Mojvideo] Add new extractorDavid Fabijan
2014-08-03[ubu] Add missing whitespaceSergey M․
2014-08-02release 2014.08.02.12014.08.02.1Philipp Hagemeister
2014-08-02[pbs] Add support for frontline videos (Closes #3414 #3405)Sergey M․
2014-08-02[ubu] Add extractor (Close #3418)Sergey M․
2014-08-02release 2014.08.022014.08.02Philipp Hagemeister
2014-08-02[youtube] Use new signature cache ID for in-memory cache as wellPhilipp Hagemeister
2014-08-02[youtube] Make cache ID a tuple of lengths instead of just the whole lengthPhilipp Hagemeister
2014-08-02[youtube] Clean up -v signature outputPhilipp Hagemeister
2014-08-02[youtube] Show format ID in signature deobfuscation -v outputPhilipp Hagemeister
2014-08-01[izlesene] Minor changesSergey M․
2014-08-01Merge branch 'izlesene' of https://github.com/naglis/youtube-dl into ↵Sergey M․
naglis-izlesene
2014-07-31[ard] Quote path part instead of whole URL encodeSergey M․
2014-07-31[ard] Encode url (Closes #3412)Sergey M․
2014-07-31[vidme] Add extractor (Closes #3404)Sergey M․
2014-07-30release 2014.07.302014.07.30Philipp Hagemeister
2014-07-30[vevo] Sort formats (Fixes #3399)Philipp Hagemeister
2014-07-29Move --bidi-workaround to workarounds option groupPhilipp Hagemeister
Duh.
2014-07-29[generic] Add --default-search fixup_errorPhilipp Hagemeister
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term.
2014-07-29[swrmediathek] Improve _VALID_URLSergey M․
2014-07-29[gamestar] Use helper methods to not break if something changes (#3393)Philipp Hagemeister
2014-07-29[gamestar] Add new extractor (init)SyxbEaEQ2
2014-07-29[gamestar] Add new extractorSyxbEaEQ2
2014-07-28[extractor/common] _extract_f4m_formats: Use more specific messages when ↵Jaime Marquínez Ferrándiz
downloading the manifest
2014-07-28[bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz
It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict.