aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Expand)AuthorAgeFilesLines
* [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_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
* [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 i...Sergey M․2016-01-161-0/+37
* Fix typosJakub Wilk2016-01-101-2/+2
* Merge pull request #8061 from dstftw/introduce-chapter-and-series-fieldsSergey M2016-01-031-0/+20
|\
| * [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
* Merge pull request #7769 from remitamine/sortremitamine2015-12-281-6/+5
|\
| * [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, cl...Sergey M․2015-12-201-1/+7
|/
* [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
* [extractor/common] Use baseURL from f4m manifest for recursive manifest extra...Sergey M․2015-11-211-1/+6
* 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 (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+2
* | [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
* [extractor/common] Allow quoteless content attribute in og regexes (Closes #7...Sergey M․2015-10-101-1/+1
* [extractor/common] Allow HTML5 unquoted attribute valuesYen Chi Hsuan2015-10-091-1/+1
* [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
* [extractor/common] Extract upload date from SMILSergey M․2015-10-011-0/+5
* [extractor/common] Extract images from SMILSergey M․2015-10-011-0/+8
* [extractor/common] Allow float bitratesSergey M․2015-10-011-1/+1
* [extractor/common] Document release_date fieldSergey M․2015-09-261-0/+1
* [extractor/common] Add raise_geo_restrictedSergey M․2015-09-221-0/+6
* [extractor/common] Skip html comment tags (Closes #6822)Sergey M․2015-09-111-0/+1
* [extractor/common] Case insensitive inputs extractionSergey M․2015-09-111-2/+2
* [extractor/common] Extract submit inputsSergey M․2015-09-061-1/+1
* [extractor/common] Add raise_login_requiredSergey M․2015-08-261-0/+6
* [common] Follow convention of using 'cls' in classmethodsJaime Marquínez Ferrándiz2015-08-211-2/+2
* [common] Remove debugging codesYen Chi Hsuan2015-08-211-3/+0