summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
...
* [extractor/common] Add ability to specify custom field preference for `_sort_...Sergey M․2015-04-201-1/+4
* InfoExtractor._search_regex: Suggest updating when the regex is not found (su...Jaime Marquínez Ferrándiz2015-04-171-2/+2
* [extractor/common] Add the encoding parameterYen Chi Hsuan2015-04-161-13/+21
* [utils] Add `video_title` for `url_result`Sergey M․2015-04-121-1/+3
* [extractor/common] Remove f4m sectionSergey M․2015-04-041-1/+1
* [extractor/common] Add subtitles timecode formatterSergey M․2015-03-131-0/+3
* [extractor/common] Remove 'm3u8' from quality selection URLSergey M․2015-03-061-1/+1
* [extractor/common] Fix format_id when `last_media` is None and always include...Sergey M․2015-03-061-5/+6
* [extractor/common] Improve m3u format IDs (#5143)Philipp Hagemeister2015-03-061-1/+5
* [extractor/common] Assume non HTTP(S) URLs validSergey M․2015-03-021-0/+4
* [extractor/common] Pass in video_id (#5057)Philipp Hagemeister2015-02-261-3/+3
* [extractor/common] Extract HTTP (possibly f4m) URLs from a .smil fileAntti Ajanki2015-02-241-0/+8
* [extractor/common] Extract the first of a seq of videos in a .smil fileAntti Ajanki2015-02-241-29/+39
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-2/+26
|\
| * [extractor/common] Simplify subtitles handling methodsJaime Marquínez Ferrándiz2015-02-171-10/+8
| * [youtube] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-0/+12
| * [YoutubeDL] store the subtitles to download in the 'requested_subtitles' fieldJaime Marquínez Ferrándiz2015-02-161-2/+0
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-2/+18
* | [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
|/
* [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
* [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
* [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
* [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 #4...Philipp Hagemeister2015-01-101-0/+3
* | 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