Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [arte] Clean up format sorting mess | Philipp Hagemeister | 2014-11-20 | 1 | -0/+6 | |
| | | | | | | | | We now use our standard sorting facilities. As a side effect, it's finally possible to download German videos from French URLs and vice versa. | |||||
* | | [heise] Fix description, thumbnail and format ID | Philipp Hagemeister | 2014-11-04 | 1 | -8/+11 | |
| | | ||||||
* | | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||||
* | | Sort formats by fps as well | Philipp Hagemeister | 2014-10-30 | 1 | -0/+1 | |
| | | ||||||
* | | [youtube] Add formats 298, 299 (Fixes #4056) | Philipp Hagemeister | 2014-10-30 | 1 | -0/+1 | |
| | | ||||||
* | | [extractor/common] Improve m3u8 output | Philipp Hagemeister | 2014-10-27 | 1 | -1/+4 | |
| | | ||||||
* | | [generic] Handle audio streams that do not implement HEAD (Fixes #4032) | Philipp Hagemeister | 2014-10-26 | 1 | -2/+5 | |
| | | ||||||
* | | [viddler] Use API | Philipp Hagemeister | 2014-10-25 | 1 | -0/+5 | |
| | | ||||||
* | | [glide] Simplify | Philipp Hagemeister | 2014-10-24 | 1 | -1/+1 | |
|/ | ||||||
* | [extractor/common] Fix dumping requests with long file abspath on Windows | Sergey M․ | 2014-10-14 | 1 | -0/+6 | |
| | ||||||
* | [utils] Default age_limit to None | Philipp Hagemeister | 2014-10-03 | 1 | -0/+2 | |
| | | | | If we can't parse it, it means we don't have any information, not that the content is unrestricted. | |||||
* | [utils] Improve and test js_to_json | Philipp Hagemeister | 2014-10-01 | 1 | -1/+5 | |
| | ||||||
* | [golem] Simplify (#3828) | Philipp Hagemeister | 2014-09-28 | 1 | -0/+23 | |
| | ||||||
* | [common] Add new helper function _match_id | Philipp Hagemeister | 2014-09-28 | 1 | -0/+8 | |
| | ||||||
* | [muenchentv] Move live title generation to common | Philipp Hagemeister | 2014-09-28 | 1 | -0/+7 | |
| | ||||||
* | [vevo] Support 1080p videos (Fixes #3656) | Philipp Hagemeister | 2014-09-24 | 1 | -3/+13 | |
| | ||||||
* | [muenchentv] Add support (Fixes #3507) | Philipp Hagemeister | 2014-09-19 | 1 | -0/+2 | |
| | ||||||
* | [common] Improve codecs extraction from m3u8 | Sergey M․ | 2014-09-01 | 1 | -3/+6 | |
| | ||||||
* | [extractor/common] Correct typo | Philipp Hagemeister | 2014-08-28 | 1 | -1/+1 | |
| | ||||||
* | [sportdeutschland] Add support for more plain videos | Philipp Hagemeister | 2014-08-28 | 1 | -0/+3 | |
| | ||||||
* | [extractor/common] Modernize | Philipp Hagemeister | 2014-08-28 | 1 | -37/+39 | |
| | ||||||
* | [muscivault] Add extractor (Fixes #3593) | Philipp Hagemeister | 2014-08-27 | 1 | -1/+1 | |
| | ||||||
* | [sportdeutschland] add new extractor | Philipp Hagemeister | 2014-08-26 | 1 | -0/+49 | |
| | ||||||
* | [extractor/common] Generate better f4m format IDs | Philipp Hagemeister | 2014-08-25 | 1 | -2/+6 | |
| | ||||||
* | Merge remote-tracking branch 'riking/twofactor' | Philipp Hagemeister | 2014-08-24 | 1 | -0/+16 | |
|\ | ||||||
| * | Remove debug prints | riking | 2014-08-16 | 1 | -2/+0 | |
| | | ||||||
| * | [youtube] Add two-factor account signin (TOTP only) | riking | 2014-08-16 | 1 | -0/+18 | |
| | | | | | | | | | | | | 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 | |||||
* | | [grooveshark,http] Make HTTP POST downloads work | Philipp Hagemeister | 2014-08-24 | 1 | -0/+6 | |
| | | ||||||
* | | [escapist] Add support for og:video:url (Fixes #3557) | Philipp Hagemeister | 2014-08-21 | 1 | -2/+3 | |
|/ | ||||||
* | [extractor/common] _extract_f4m_formats: Use more specific messages when ↵ | Jaime Marquínez Ferrándiz | 2014-07-28 | 1 | -1/+3 | |
| | | | | downloading the manifest | |||||
* | [bloomberg] Extract the available formats (closes #2776) | Jaime Marquínez Ferrándiz | 2014-07-28 | 1 | -0/+17 | |
| | | | | | It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict. | |||||
* | [extractor/common] PEP8 | Philipp Hagemeister | 2014-07-25 | 1 | -1/+2 | |
| | ||||||
* | [vube] Fix comment count | Philipp Hagemeister | 2014-07-23 | 1 | -2/+6 | |
| | ||||||
* | [teachertube] Fix title and playlist recognition | Philipp Hagemeister | 2014-07-21 | 1 | -1/+1 | |
| | ||||||
* | [snotr] PEP8 and minor fixes (#3296) | Philipp Hagemeister | 2014-07-21 | 1 | -0/+2 | |
| | ||||||
* | [screencast] Add suppot for more video types (#3236) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+2 | |
| | ||||||
* | [vodlocker] PEP8, generalization, and simplification (#3223) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+9 | |
| | ||||||
* | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | 2014-06-26 | 1 | -0/+3 | |
| | | | | | The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | |||||
* | [spiegeltv] Simplify and PEP8 | Philipp Hagemeister | 2014-06-07 | 1 | -2/+6 | |
| | ||||||
* | Document and test categories (#2923) | Philipp Hagemeister | 2014-05-15 | 1 | -0/+2 | |
| | ||||||
* | [extractor/common] --write-pages: Correct file name if video_id is None | Philipp Hagemeister | 2014-05-15 | 1 | -1/+1 | |
| | ||||||
* | [mixcloud] Shed API dependency (#2904) | Philipp Hagemeister | 2014-05-13 | 1 | -0/+10 | |
| | ||||||
* | [extractor/common] Protect against long video IDs and URLs | Philipp Hagemeister | 2014-05-12 | 1 | -4/+5 | |
| | ||||||
* | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | 2014-05-05 | 1 | -0/+8 | |
| | ||||||
* | [bilibili] Add preliminary support (#2174) | Philipp Hagemeister | 2014-04-21 | 1 | -2/+5 | |
| | | | | The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet. | |||||
* | [extractor/common] fallback on utf-8 when charset is not found | Anisse Astier | 2014-04-07 | 1 | -1/+4 | |
| | | | | fixes #2721 | |||||
* | Only mention websense URL once | Philipp Hagemeister | 2014-04-03 | 1 | -1/+1 | |
| | ||||||
* | Detect Websense censorship (Fixes #2670) | Philipp Hagemeister | 2014-04-03 | 1 | -0/+11 | |
| | ||||||
* | [extractor/common] Clarify preference key in formats | Philipp Hagemeister | 2014-03-23 | 1 | -1/+1 | |
| | ||||||
* | Rename upload_timestamp to timestamp | Philipp Hagemeister | 2014-03-13 | 1 | -2/+2 | |
| |