aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | [arte] Clean up format sorting messPhilipp Hagemeister2014-11-201-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 IDPhilipp Hagemeister2014-11-041-8/+11
| |
* | [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-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 wellPhilipp Hagemeister2014-10-301-0/+1
| |
* | [youtube] Add formats 298, 299 (Fixes #4056)Philipp Hagemeister2014-10-301-0/+1
| |
* | [extractor/common] Improve m3u8 outputPhilipp Hagemeister2014-10-271-1/+4
| |
* | [generic] Handle audio streams that do not implement HEAD (Fixes #4032)Philipp Hagemeister2014-10-261-2/+5
| |
* | [viddler] Use APIPhilipp Hagemeister2014-10-251-0/+5
| |
* | [glide] SimplifyPhilipp Hagemeister2014-10-241-1/+1
|/
* [extractor/common] Fix dumping requests with long file abspath on WindowsSergey M․2014-10-141-0/+6
|
* [utils] Default age_limit to NonePhilipp Hagemeister2014-10-031-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_jsonPhilipp Hagemeister2014-10-011-1/+5
|
* [golem] Simplify (#3828)Philipp Hagemeister2014-09-281-0/+23
|
* [common] Add new helper function _match_idPhilipp Hagemeister2014-09-281-0/+8
|
* [muenchentv] Move live title generation to commonPhilipp Hagemeister2014-09-281-0/+7
|
* [vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister2014-09-241-3/+13
|
* [muenchentv] Add support (Fixes #3507)Philipp Hagemeister2014-09-191-0/+2
|
* [common] Improve codecs extraction from m3u8Sergey M․2014-09-011-3/+6
|
* [extractor/common] Correct typoPhilipp Hagemeister2014-08-281-1/+1
|
* [sportdeutschland] Add support for more plain videosPhilipp Hagemeister2014-08-281-0/+3
|
* [extractor/common] ModernizePhilipp Hagemeister2014-08-281-37/+39
|
* [muscivault] Add extractor (Fixes #3593)Philipp Hagemeister2014-08-271-1/+1
|
* [sportdeutschland] add new extractorPhilipp Hagemeister2014-08-261-0/+49
|
* [extractor/common] Generate better f4m format IDsPhilipp Hagemeister2014-08-251-2/+6
|
* Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister2014-08-241-0/+16
|\
| * Remove debug printsriking2014-08-161-2/+0
| |
| * [youtube] Add two-factor account signin (TOTP only)riking2014-08-161-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 workPhilipp Hagemeister2014-08-241-0/+6
| |
* | [escapist] Add support for og:video:url (Fixes #3557)Philipp Hagemeister2014-08-211-2/+3
|/
* [extractor/common] _extract_f4m_formats: Use more specific messages when ↵Jaime Marquínez Ferrándiz2014-07-281-1/+3
| | | | downloading the manifest
* [bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz2014-07-281-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] PEP8Philipp Hagemeister2014-07-251-1/+2
|
* [vube] Fix comment countPhilipp Hagemeister2014-07-231-2/+6
|
* [teachertube] Fix title and playlist recognitionPhilipp Hagemeister2014-07-211-1/+1
|
* [snotr] PEP8 and minor fixes (#3296)Philipp Hagemeister2014-07-211-0/+2
|
* [screencast] Add suppot for more video types (#3236)Philipp Hagemeister2014-07-111-2/+2
|
* [vodlocker] PEP8, generalization, and simplification (#3223)Philipp Hagemeister2014-07-111-2/+9
|
* [livestream:original] Add support for folder urls (closes #2631)Jaime Marquínez Ferrándiz2014-06-261-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 PEP8Philipp Hagemeister2014-06-071-2/+6
|
* Document and test categories (#2923)Philipp Hagemeister2014-05-151-0/+2
|
* [extractor/common] --write-pages: Correct file name if video_id is NonePhilipp Hagemeister2014-05-151-1/+1
|
* [mixcloud] Shed API dependency (#2904)Philipp Hagemeister2014-05-131-0/+10
|
* [extractor/common] Protect against long video IDs and URLsPhilipp Hagemeister2014-05-121-4/+5
|
* [soundcloud/generic] Add support for playlistsPhilipp Hagemeister2014-05-051-0/+8
|
* [bilibili] Add preliminary support (#2174)Philipp Hagemeister2014-04-211-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 foundAnisse Astier2014-04-071-1/+4
| | | | fixes #2721
* Only mention websense URL oncePhilipp Hagemeister2014-04-031-1/+1
|
* Detect Websense censorship (Fixes #2670)Philipp Hagemeister2014-04-031-0/+11
|
* [extractor/common] Clarify preference key in formatsPhilipp Hagemeister2014-03-231-1/+1
|
* Rename upload_timestamp to timestampPhilipp Hagemeister2014-03-131-2/+2
|