aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works.
* | [extractor/common] Fix preference for m3u8 quality selection URLSergey M․2015-02-231-1/+1
| |
* | PEP8: W503Philipp Hagemeister2015-02-211-2/+2
| |
* | [extractor/common] Recognize Indian censorship (#5021)Philipp Hagemeister2015-02-211-0/+10
| |
* | PEP8 fixesPhilipp Hagemeister2015-02-171-2/+1
| |
* | [twitch:stream] Prefer the 'source' format (fixes #4972)Jaime Marquínez Ferrándiz2015-02-171-0/+11
| |
* | [extractor/common] Test URLs with GETSergey M?2015-02-171-3/+1
| |
* | [extractor/common] Move up filesizePhilipp Hagemeister2015-02-161-1/+1
|/ | | | filesize and tbr should correlate, so it doesn't make sense to treat them differently.
* [extractor/common] Fix link to external documentationJaime Marquínez Ferrándiz2015-02-141-1/+1
|
* [youtube] Extract average rating (closes #2362)Jaime Marquínez Ferrándiz2015-02-111-0/+1
|
* [escapist] Filter video differently (Fixes #4919)Philipp Hagemeister2015-02-101-1/+1
|
* [options] Add --no-colorPhilipp Hagemeister2015-02-101-1/+1
|
* [extractor/common] Wrap extractor errors (Fixes #1194)Philipp Hagemeister2015-02-101-2/+9
| | | | For now, we just wrap some common errors. More may follow. We do not want to catch actual programming errors in the extractors, such as 1 // 0.
* [extractor/common] Add new helper method _family_friendly_searchNaglis Jonaitis2015-02-081-0/+15
|
* [extractor/common] Correct sort order.Philipp Hagemeister2015-02-061-1/+1
| | | | We should look at height and width before ext_preference.
* [extractor/common] Fix 2.0 manifest extraction (Closes #4830)Sergey M․2015-02-061-1/+2
|
* [extractor/common] Prefix f4m/m3u8 entries with identifierSergey M․2015-02-051-7/+7
|
* [wsj] Add new extractor (Fixes #4854)Philipp Hagemeister2015-02-031-0/+1
|
* [sort_formats] Prefer bitrate over video sizePhilipp Hagemeister2015-02-031-3/+3
| | | | 720p @ 1000KB/s looks way better than 1080p @ 500KB/s
* [nerdist] Add new extractor (Fixes #4851)Philipp Hagemeister2015-02-021-2/+5
|
* [extractor/common] Document all protocol valuesPhilipp Hagemeister2015-01-301-1/+2
|
* [common] Generalize URLs' HTTP errors pre-testingSergey M․2015-01-261-0/+23
|
* [rtl2] PEP8, simplify, make rtmp tests run (#470)Philipp Hagemeister2015-01-251-2/+5
|
* Add --list-thumbnailsPhilipp Hagemeister2015-01-251-0/+2
|
* [extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz2015-01-241-1/+0
|
* Merge remote-tracking branch 'Dineshs91/f4m-2.0'Philipp Hagemeister2015-01-101-0/+6
|\
| * [extractor/common] href attribute addeddinesh2014-10-241-0/+4
| |
| * [extractor/common] Added support for f4m manifest Version 2.0dinesh2014-10-241-0/+2
| |
* | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵Philipp Hagemeister2015-01-101-0/+3
| | | | | | | | #4674)
* | Merge remote-tracking branch 'Tithen-Firion/master'Philipp Hagemeister2015-01-101-2/+12
|\ \
| * | [common] Add new parameters for _download_webpageTithen-Firion2014-12-041-2/+12
| | |
* | | [netzkino] Add new extractor (Fixes #4669)Philipp Hagemeister2015-01-091-0/+11
| | |
* | | [InfoExtractor/common] Correct and test meta tag matchingPhilipp Hagemeister2015-01-081-1/+1
| | |
* | | Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister2015-01-071-0/+30
| | |
* | | [youtube] Correct handling when DASH manifest is not necessary to find all ↵Philipp Hagemeister2015-01-031-0/+2
| | | | | | | | | | | | formats
* | | [extractor/common] Allow multiline content tagsSergey M․2015-01-011-1/+1
| | |
* | | [extractor/common] Update docstring: replace FileDownloader with YoutubeDLJaime Marquínez Ferrándiz2014-12-211-1/+1
| | |
* | | Merge remote-tracking branch 'Tithen-Firion/hsw-update'Philipp Hagemeister2014-12-121-0/+4
|\ \ \
| * | | [common] Split _download_jsonTithen-Firion2014-12-051-0/+4
| |/ / | | | | | | | | | Add ability for extractor to use _parse_json
* | | [vine] Provide alt_title (Fixes #4448)Philipp Hagemeister2014-12-121-1/+2
| | |
* | | [extractor/common] Add generic SMIL formats extraction routineSergey M․2014-12-091-0/+43
| | |
* | | [extractor/common] Document ie_key in url resultsPhilipp Hagemeister2014-12-091-3/+4
| | |
* | | [extractor/common] Add description to playlist_resultSergey M․2014-12-071-1/+3
| | |
* | | Allow iterators for playlist result entriesPhilipp Hagemeister2014-12-061-2/+2
| | |
* | | pep8 and minor beautification all aroundPhilipp Hagemeister2014-12-041-1/+2
|/ /
* | [youtube] Use a cookie for seeting the languageJaime Marquínez Ferrándiz2014-11-301-0/+6
| | | | | | | | This way, we don't have to do an aditional request
* | [generic] Detect direct video links (Fixes #4149, #4313)Philipp Hagemeister2014-11-261-1/+3
| |
* | PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
| |
* | PEP8 appliedJouke Waleson2014-11-231-3/+4
| |
* | [extractor/common] Document _type values (Motivated by #4254)Philipp Hagemeister2014-11-201-1/+37
| |