aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [extractor/common] Document license metafieldSergey M․2016-03-021-0/+1
| | |
* | | Add --mark-watched feature (Closes #5054)Sergey M․2016-03-011-0/+9
| | |
* | | [extractor/common] Clarify rationale on media playlist detectionSergey M․2016-02-271-5/+15
| | |
* | | [extractor/common] Properly extract audio only formats in master m3u8 playlistsSergey M․2016-02-271-8/+18
| | |
* | | [extractor/common] Add _remove_duplicate_formatsSergey M․2016-02-221-0/+10
| | |
* | | add more subtitles mime types to mimetype2ext and fix the platform subtitle ↵remitamine2016-02-201-10/+2
| | | | | | | | | | | | extraction
* | | [refactor] Single quotes consistencySergey M․2016-02-141-4/+4
| | |
* | | [refactor] Do not specify redundant None as second argument in dict.get()Sergey M․2016-02-141-4/+4
| | |
* | | [extractor/common] Improve base url constructionSergey M․2016-02-131-1/+3
| | |
* | | [extractor/common] strip http urls in smil manifestremitamine2016-02-121-0/+1
| | |
* | | [extractor/common] remove duplicate rtmp formats in smil manifestremitamine2016-02-111-5/+3
|/ /
* | [extractor/common] improve dash format idsremitamine2016-02-111-1/+1
| |
* | [extractor/common] extract youtube dash formats filesize(fixes #8480)remitamine2016-02-091-0/+3
| |
* | [extractor/common] remove duplicated formats and subtiles in smil manifestsremitamine2016-02-091-1/+7
| |
* | [common] use float conversion instead of using division from __future__remitamine2016-02-061-3/+3
| |
* | rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine2016-02-061-3/+3
| |
* | [common] sort dash formatsremitamine2016-02-061-0/+1
| |
* | [common] fix segment duration calculationremitamine2016-02-031-1/+1
| |
* | [common] fix media_template string formatingremitamine2016-02-031-4/+2
| |
* | [common] skip drm protected dash formatsremitamine2016-02-031-0/+7
| |
* | [common] ignore ISO 639-2 generic codesremitamine2016-02-031-1/+2
| |
* | [common] remove duplicate reference to namespaceremitamine2016-02-021-12/+16
| |
* | [common] fix media template regexremitamine2016-02-021-2/+2
| |
* | [common] add a generic support for mpd manifestsremitamine2016-02-021-67/+133
| |
* | [common] Add _extract_dash_manifest_formatsYen Chi Hsuan2016-01-301-0/+15
| |
* | [common] Remove unused argumentsYen Chi Hsuan2016-01-301-1/+1
| |
* | [common] Rename to namespaceYen Chi Hsuan2016-01-301-3/+3
| | | | | | | | For consistency with _parse_smil_*
* | [common] Prefer the manifest than formats_dict in determining codecsYen Chi Hsuan2016-01-301-4/+9
| |
* | [common] Fix for youtubeYen Chi Hsuan2016-01-301-2/+2
| |
* | [common] Modify _parse_dash_manifest for use in FacebookYen Chi Hsuan2016-01-301-12/+17
| |
* | [common] _parse_dash_manifest() from youtube.pyYen Chi Hsuan2016-01-301-0/+52
| |
* | [extractor/common] Restrict checks when auto calculating tbrSergey M․2016-01-301-1/+1
| |
* | Merge pull request #8328 from remitamine/hls-master-detectremitamine2016-01-271-2/+24
|\ \ | | | | | | [extractor/common] detect media playlist in _extract_m3u8_formats
| * | [extractor/common] detect media playlist in _extract_m3u8_formatsremitamine2016-01-271-2/+24
| | |
* | | [extractor/common] Auto calculate tbr when missingSergey M․2016-01-271-0/+6
|/ /
* | [common] Keep full codec name from m3u8 manifestsYen Chi Hsuan2016-01-251-2/+2
| | | | | | | | See #8293. This is for consistency between YouTube and HLS formats.
* | [extractor/common] Allow passing more parameters to _search_json_ldYen Chi Hsuan2016-01-161-3/+3
| |
* | [extractor/common] Add initial support for JSON-LD metadata extraction into ↵Sergey M․2016-01-161-0/+37
| | | | | | | | info_dict
* | Fix typosJakub Wilk2016-01-101-2/+2
| | | | | | | | Closes #8200.
* | Merge pull request #8061 from dstftw/introduce-chapter-and-series-fieldsSergey M2016-01-031-0/+20
|\ \ | | | | | | Introduce chapter and series fields
| * | [extractor/common] Introduce number fields for chapters and seriesSergey M․2016-01-011-6/+6
| | |
| * | [extractor/common] Document chapter and series fieldsSergey M․2015-12-311-0/+20
| | |
* | | [ccc] Add language information to formatsPhilipp Hagemeister2016-01-011-2/+3
|/ /
* | Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-11/+5
| | | | | | | | Now all _extract_*_formats routines return a list
* | Merge pull request #7769 from remitamine/sortremitamine2015-12-281-6/+5
|\ \ | | | | | | [common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available
| * | [common] use specific variable for protocol preference in _sort_formatsremitamine2015-12-281-6/+5
| | |
* | | [common] simplify the use of _extract_m3u8_formats and _extract_f4m_formatsremitamine2015-12-271-2/+2
| | |
* | | Rename error_to_str to error_to_compat_strSergey M․2015-12-201-3/+3
| | |
* | | Properly convert errors to stringsSergey M․2015-12-201-8/+4
| | |
* | | [extractor/common] Properly decode error string on python 2 (Closes #1354, ↵Sergey M․2015-12-201-1/+7
|/ / | | | | | | closes #3957, closes #4037, closes #6449)