Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [extractor/common] Use playlist id as default title | Sergey M․ | 2015-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | [extractor/common] Clarify playlists can have description field | Sergey M․ | 2015-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | [extractor/generic] Add generic support for xspf playist extraction | Sergey M․ | 2015-08-09 | 1 | -0/+41 | |
| | | ||||||
* | | Merge pull request #6428 from dstftw/improve-generic-smil-support | Sergey M. | 2015-08-08 | 1 | -51/+151 | |
|\ \ | | | | | | | Improve generic SMIL support | |||||
| * | | [extractor/common] Extract namespace parse routine | Sergey M․ | 2015-08-02 | 1 | -4/+6 | |
| | | | ||||||
| * | | [extractor/common] Fix python 3 | Sergey M․ | 2015-08-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | [extractor/common] Extract f4m and m3u8 formats, subtitles and info | Sergey M․ | 2015-08-02 | 1 | -51/+149 | |
| |/ | ||||||
* / | [extractor/common] Expand meta regex | Sergey M․ | 2015-08-08 | 1 | -1/+1 | |
|/ | ||||||
* | [viewster] extract the api auth token | remitamine | 2015-07-30 | 1 | -0/+8 | |
| | | | | Closes #6406. | |||||
* | [extractor/common] Add _meta_regex and clarify tags field | Sergey M․ | 2015-07-29 | 1 | -4/+8 | |
| | ||||||
* | Documented tags as a possible dict key | Purdea Andrei | 2015-07-28 | 1 | -0/+1 | |
| | ||||||
* | [extractor/common] Consistent URL spelling | Sergey M․ | 2015-07-23 | 1 | -8/+8 | |
| | ||||||
* | [youtube] Extract end_time | Jaime Marquínez Ferrándiz | 2015-07-23 | 1 | -0/+2 | |
| | ||||||
* | [youtube] Extract start_time | Jaime Marquínez Ferrándiz | 2015-07-20 | 1 | -0/+2 | |
| | | | | | From the 't=*' in the url. Currently youtube-dl doesn't use the value, but it was requested for the mpv plugin. | |||||
* | [extractor/common] Style | Sergey M․ | 2015-07-18 | 1 | -2/+2 | |
| | ||||||
* | [extractor/common] Add 'transform_source' parameter to _extract_f4m_formats() | Yen Chi Hsuan | 2015-07-17 | 1 | -2/+3 | |
| | ||||||
* | [extractor/common] Keep going in some media_url is missing | Sergey M․ | 2015-07-16 | 1 | -1/+3 | |
| | ||||||
* | [extractor/common] Recursively extract child f4m manifests | Sergey M․ | 2015-07-16 | 1 | -0/+8 | |
| | ||||||
* | [extractor/common] Properly handle full URLs | Sergey M․ | 2015-07-16 | 1 | -2/+4 | |
| | ||||||
* | [extractor/common] Handle malformed f4m manifests | Sergey M․ | 2015-07-16 | 1 | -1/+5 | |
| | ||||||
* | [extractor/common] Add _form_hidden_inputs | Sergey M․ | 2015-07-14 | 1 | -0/+6 | |
| | ||||||
* | [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs | Sergey M․ | 2015-07-14 | 1 | -4/+11 | |
| | ||||||
* | [extractor/common] Add method for extracting form hidden input fields as dict | Sergey M․ | 2015-07-10 | 1 | -0/+6 | |
| | ||||||
* | [common] Add 'fatal' to _extract_m3u8_formats | Yen Chi Hsuan | 2015-07-06 | 1 | -2/+6 | |
| | ||||||
* | [extractor/common] Remove superfluous line | Sergey M․ | 2015-06-29 | 1 | -1/+0 | |
| | ||||||
* | [extractor/common] Use NO_DEFAULT from utils | Sergey M․ | 2015-06-28 | 1 | -4/+5 | |
| | ||||||
* | [common] Add note and errnote field for _extract_m3u8_formats | Yen Chi Hsuan | 2015-06-07 | 1 | -3/+3 | |
| | ||||||
* | [extractor/common] Relax valid url check verbosity | Sergey M․ | 2015-05-17 | 1 | -2/+2 | |
| | ||||||
* | [utils,common] Merge format_srt_time and _subtitles_timecode | Yen Chi Hsuan | 2015-05-12 | 1 | -3/+0 | |
| | | | | | | | | format_srt_time uses a comma as the delimiter between seconds and milliseconds while _subtitles_timecode uses a dot. All .srt examples I found on the Internet uses a comma, so I use a comma in the merged version. See http://matroska.org/technical/specs/subtitles/srt.html and http://devel.aegisub.org/wiki/SubtitleFormats/SRT | |||||
* | [common] Ignore subtitles in m3u8 | Yen Chi Hsuan | 2015-05-07 | 1 | -1/+1 | |
| | ||||||
* | [extractor/common] Fallback to empty string for (yet) missing `format_id` in ↵ | Sergey M․ | 2015-05-06 | 1 | -1/+1 | |
| | | | | `_sort_formats` (Closes #5624) | |||||
* | Remove code that was only used by the Grooveshark extractor | Jaime Marquínez Ferrándiz | 2015-05-02 | 1 | -3/+0 | |
| | ||||||
* | Typo: twice "the the" to "the" | zouhair | 2015-04-29 | 1 | -2/+2 | |
| | ||||||
* | [extractor/common] Add ability to specify custom field preference for ↵ | Sergey M․ | 2015-04-20 | 1 | -1/+4 | |
| | | | | `_sort_formats` | |||||
* | InfoExtractor._search_regex: Suggest updating when the regex is not found ↵ | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -2/+2 | |
| | | | | | | (suggested in #5442) Reuse the same message from ExtractorError | |||||
* | [extractor/common] Add the encoding parameter | Yen Chi Hsuan | 2015-04-16 | 1 | -13/+21 | |
| | | | | The QQMusic info extractor need forced encoding for correct working. | |||||
* | [utils] Add `video_title` for `url_result` | Sergey M․ | 2015-04-12 | 1 | -1/+3 | |
| | ||||||
* | [extractor/common] Remove f4m section | Sergey M․ | 2015-04-04 | 1 | -1/+1 | |
| | | | | It's now provided by `f4m_id` | |||||
* | [extractor/common] Add subtitles timecode formatter | Sergey M․ | 2015-03-13 | 1 | -0/+3 | |
| | ||||||
* | [extractor/common] Remove 'm3u8' from quality selection URL | Sergey M․ | 2015-03-06 | 1 | -1/+1 | |
| | ||||||
* | [extractor/common] Fix format_id when `last_media` is None and always ↵ | Sergey M․ | 2015-03-06 | 1 | -5/+6 | |
| | | | | | | | include `m3u8_id` if present The rationale behind `m3u8_id` was to resolve duplicates when processing several m3u8 playlists within the same media that give equal resulting `format_id`'s, e.g. `youtube-dl http://www.rts.ch/play/tv/passe-moi-les-jumelles/video/la-fee-des-bois-mustang-les-chemins-du-vent?id=3854925 -F` | |||||
* | [extractor/common] Improve m3u format IDs (#5143) | Philipp Hagemeister | 2015-03-06 | 1 | -1/+5 | |
| | ||||||
* | [extractor/common] Assume non HTTP(S) URLs valid | Sergey M․ | 2015-03-02 | 1 | -0/+4 | |
| | ||||||
* | [extractor/common] Pass in video_id (#5057) | Philipp Hagemeister | 2015-02-26 | 1 | -3/+3 | |
| | ||||||
* | [extractor/common] Extract HTTP (possibly f4m) URLs from a .smil file | Antti Ajanki | 2015-02-24 | 1 | -0/+8 | |
| | ||||||
* | [extractor/common] Extract the first of a seq of videos in a .smil file | Antti Ajanki | 2015-02-24 | 1 | -29/+39 | |
| | ||||||
* | Merge branch 'subtitles-rework' | Jaime Marquínez Ferrándiz | 2015-02-23 | 1 | -2/+26 | |
|\ | | | | | | | (Closes PR #4964) | |||||
| * | [extractor/common] Simplify subtitles handling methods | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -10/+8 | |
| | | | | | | | | Initially I was going to use a single method for handling both subtitles and automatic captions, that's why I used the 'list_subtitles' and the 'subtitles' variables. | |||||
| * | [youtube] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -0/+12 | |
| | | | | | | | | The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language. | |||||
| * | [YoutubeDL] store the subtitles to download in the 'requested_subtitles' field | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -2/+0 | |
| | | | | | | | | | | We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again. We'll also be able to have a separate field for storing the automatic captions info. |