about summary refs log tree commit diff
path: root/youtube_dl/extractor/itv.py
Commit message (Collapse)AuthorAgeFilesLines
* [itv] clean description from HTML tags (closes #27399)Remita Amine2020-12-131-2/+2
|
* [itv] remove old extractio method and fix series metadata extractionRemita Amine2020-12-101-217/+90
| | | | | closes #23177 closes #26897
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-4/+4
|
* Improve URL extractionSergey M․2018-07-211-2/+3
|
* [itv] Sort importsSergey M․2018-06-211-5/+5
|
* [itv] Make SOAP request non fatal and extract metadata from a webpage ↵Sergey M․2018-06-211-57/+69
| | | | (closes #16780)
* [itv:btcc] Add extractor (closes #16139)Sergey M․2018-05-021-0/+37
|
* [itv] Improve extraction (closes #16253)Sergey M․2018-05-011-1/+10
|
* [itv] Improve extraction, extract more subtitles and duration (closes #14944)Sergey M․2017-12-141-48/+77
|
* [itv] update hls formats extractionRemita Amine2017-11-271-10/+11
|
* [itv] Fix production id extraction (closes #13671)Sergey M․2017-07-231-1/+7
|
* [itv] Extract series metadataSergey M․2017-04-161-2/+4
|
* [itv] Fix rtmp formats (#12759)Sergey M․2017-04-161-5/+15
|
* [itv] Use native hlsSergey M․2017-04-161-1/+3
|
* [itv] Lower preference for rtmp formats (closes #12759)Sergey M․2017-04-161-0/+2
|
* Improve geo bypass mechanismSergey M․2017-02-191-1/+3
| | | | | | * Rename options to preffixly match with --geo-verification-proxy * Introduce _GEO_COUNTRIES for extractors * Implement faking IP right away for sites with known geo restriction
* [itv] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-0/+3
|
* [itv] fix extraction in python 2.6Remita Amine2017-01-291-2/+5
|
* [itv] fix subtitle extractionRemita Amine2017-01-281-1/+1
|
* [itv] extract subtitlesRemita Amine2017-01-281-2/+14
|
* [itv] Add new extractor(closes #9240)Remita Amine2017-01-281-0/+181