aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/common] Strip src attribute for HTML5 entries code (closes ↵Sergey M․2019-05-231-3/+4
| | | | #18485, closes #21169)
* [extractor/common] Add doc string for _apply_first_set_cookie_headerSergey M․2019-05-201-9/+13
|
* [extractor/common] Move workaround for applying first Set-Cookie header into ↵Sergey M․2019-05-181-0/+23
| | | | a separate method
* [extractor/common] Fix typoSergey M․2019-05-111-1/+1
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-20/+20
|
* [vimeo] add support live streams and improve info extraction(closes #19144)Remita Amine2019-04-211-0/+2
|
* [extractor/common] Improve HTML5 entries extraction and add some realworld testsSergey M․2019-03-171-7/+36
|
* [extractor/common] Fix url meta field for unfragmented DASH formats (closes ↵Sergey M․2019-03-151-8/+17
| | | | #20346)
* Start moving to ytdl-orgSergey M․2019-03-111-10/+10
|
* Use compat_etree_ElementSergey M․2019-03-061-4/+4
|
* [extractor/common] Fallback url to base URL for DASH formatsSergey M․2019-03-061-2/+6
|
* [extractor/common] Do not fail on invalid data while parsing F4M manifest in ↵Sergey M․2019-03-051-0/+4
| | | | non fatal mode
* [extractor/common] Clarify url and manifest_url meta fieldsSergey M․2019-03-051-2/+12
|
* [extractor/common] Return MPD manifest as format's url meta field (#20242)Sergey M․2019-03-051-1/+1
| | | | For symmetry with other segmented media
* [malltv] Add extractor (closes #18058)Ales Jirasek2019-02-081-1/+1
|
* [extractor/common] Extract season in _json_ldSergey M․2019-01-271-1/+4
|
* [extractor/common] improve jwplayer relative url handling(closes #18892)Remita Amine2019-01-201-7/+4
|
* [extractor/common] fix typoRemita Amine2019-01-191-1/+1
|
* [extractor/common] imporove HLS video only format detection(closes #18923)Remita Amine2019-01-191-2/+8
|
* [extractor/common] Use episode name as title in _json_ldSergey M․2019-01-081-1/+4
|
* [extractor/common] Add support for movies in _json_ldSergey M․2019-01-081-0/+7
|
* [extractor/common] Ensure response handle is not prematurely closed before ↵Xiao Di Guan2018-11-031-0/+5
| | | | it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447)
* [extractor/common] Add validation for JSON-LD URLsSergey M․2018-10-291-2/+3
|
* [extractor/common] Fix typosSergey M․2018-09-151-4/+4
|
* [extractor/common] Introduce channel meta fieldsSergey M․2018-09-151-0/+5
|
* [extractor/common] add support for DASH and MSS formats extraction in SMIL ↵Remita Amine2018-07-181-7/+8
| | | | manifests
* [utils] Share JSON-LD regexSergey M․2018-07-091-2/+2
|
* [extractor/common] Properly escape % in MPD templates (closes #16867)Sergey M․2018-07-011-1/+15
|
* [extractor/common] Use source URL as Referer for HTML5 entries (closes #16849)Sergey M․2018-06-291-0/+2
|
* [extractor/common] Introduce expected_status for convenient accept of failed ↵Sergey M․2018-06-181-22/+113
| | | | | | HTTP requests Useful when some non-success (2xx) HTTP status codes should be considered normal. Previously this required to manually catch corresponding exceptions and read the response.
* Remove experimental mark for some optionsSergey M․2018-05-191-6/+3
|
* Improve geo bypass mechanismSergey M․2018-05-021-17/+80
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [extractor/common] Extract interaction statisticSergey M․2018-04-281-0/+35
|
* [extractor/common] Add _download_json_handleSergey M․2018-04-281-9/+21
|
* [extractor/common] Relax JSON-LD context check (closes #16006)aeph6Ee02018-04-081-1/+1
|
* [extractor/common] Improve thumbnail extraction for HTML5 entriesSergey M․2018-03-191-3/+3
|
* Generalize XML manifest processing code and improve XSPF parsing (closes #15794)Sergey M․2018-03-181-18/+25
|
* [extractor/common] Add _download_xml_handleSergey M․2018-03-181-8/+20
|
* [extractor/generic] Support relative URIs in _parse_xspfRicardo Constantino2018-03-181-3/+3
| | | | <location> can have relative URIs, not just absolute.
* [extractor/common] Improve jwplayer subtitles extraction (closes #15695)Sergey M․2018-02-251-1/+4
|
* [extractor/common] Respect secure schemes in _extract_wowza_formatsSergey M․2018-02-051-3/+4
|
* [downloader/http] Add ability to pass downloader options via info dictSergey M․2018-02-041-0/+2
|
* [extractor/common] Improve _json_ld for articlesSergey M․2018-01-271-1/+1
|
* [extractor/common] Improve DASH formats extraction for jwplayer (#9242, #15187)Sergey M․2018-01-211-1/+1
|
* [extractor/common] Add container meta field for formats extracted in ↵Ondřej Caletka2017-12-311-0/+1
| | | | _parse_mpd_formats
* [common] use AACL as the default fourcc when AudioTag is 255felix2017-12-301-1/+1
|
* [extractor/common] Fix extraction of DASH formats with the same ↵Sergey M․2017-12-291-10/+8
| | | | representation id (closes #15111)
* [extractor/common] Move X-Forwarded-For setup code into _request_webpageSergey M․2017-12-231-9/+10
|
* [extractor/common] Introduce uploader, uploader_id and uploader_url meta ↵Sergey M․2017-12-191-2/+3
| | | | fields for playlists (#11427, #15018)
* Add references for #14844Sergey M․2017-12-021-0/+1
|