aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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)
* | [extractor/common] Clarify duration can be floatSergey M․2015-12-031-1/+1
| |
* | Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
* | [extractor/common] Use baseURL from f4m manifest for recursive manifest ↵Sergey M․2015-11-211-1/+6
| | | | | | | | extraction
* | Merge pull request #7296 from jaimeMF/xml_attrib_unicodeSergey M2015-10-311-2/+2
|\ \ | | | | | | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (…
| * | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+2
| | | | | | | | | | | | Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
* | | [extractor/common] Fix m3u8 extraction on failureSergey M․2015-11-011-3/+4
| | |
* | | [extractor/common] Make ie_key and IE_NAME return unicode stringSergey M․2015-10-311-2/+2
|/ /
* | [extractor/common] get the redirected m3u8_url in _extract_m3u8_formatsremitamine2015-10-241-1/+2
| |
* | [extractor/common] Remove unused importJaime Marquínez Ferrándiz2015-10-241-1/+0
| |
* | [extractor/common] Use more generic URLError in _is_valid_urlSergey M․2015-10-241-1/+1
| |
* | [extractor/common] Document repost_countSergey M․2015-10-181-0/+1
| |
* | [extractor/common] Allow angle brackets in attributes in _og_regexes (#7215)Sergey M․2015-10-181-1/+1
| |
* | [extractor/common] Require closing quote in _og_regexes (Closes #7174)Sergey M․2015-10-141-1/+2
| | | | | | | | E.g. do not match `property='og:video:type'` when `og:video` is requested.
* | [extractor/common] Allow quoteless content attribute in og regexes (Closes ↵Sergey M․2015-10-101-1/+1
| | | | | | | | #7115)
* | [extractor/common] Allow HTML5 unquoted attribute valuesYen Chi Hsuan2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | Fixes #7108 HTML5 allows unquoted attribute values. See the "Unquoted attribute value syntax" section [1] for more information [1] http://www.w3.org/TR/html5/syntax.html
* | [YoutubeDL] Autocalculate ext for subtitles when missingSergey M․2015-10-041-0/+1
| |
* | [extractor/common] Make f4m extraction for SMIL non fatalSergey M․2015-10-011-1/+3
| |
* | [extractor/common] Add fatal to _extract_f4m_formatsSergey M․2015-10-011-3/+11
| |
* | [extractor/common] Make m3u8 extraction for SMIL non fatalSergey M․2015-10-011-2/+4
| |
* | [extractor/common] Check validity of direct URLsSergey M․2015-10-011-1/+1
| |