aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/itv.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [extractor,cleanup] Use `_search_nextjs_data`pukkandan2022-01-201-2/+2
|
* [ITV] Fix extractor (#1776)Tim2021-11-241-1/+1
| | | | Closes #1775 Authored by: staubichsauger
* [itv] Fix for Python 3.6/3.7pukkandan2021-11-231-2/+2
| | | | Closes #1758
* [itv] Add support for ITV News (#1456)ajj82021-10-281-14/+20
| | | Authored by: ajj8
* [itv] Prefer last matching featureset (#1001)coletdjnz2021-09-181-3/+8
| | | | Bug fix for #986 Authored by: coletdjnz
* [ITV] Fix extractor, add subtitles and thumbnails (#913)coletdjnz2021-09-131-41/+105
| | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/28955 (see also https://github.com/ytdl-org/youtube-dl/issues/28906#issuecomment-831008270) Closes #861, https://github.com/ytdl-org/youtube-dl/issues/28906, https://github.com/ytdl-org/youtube-dl/issues/29337, https://github.com/ytdl-org/youtube-dl/issues/29190, https://github.com/ytdl-org/youtube-dl/issues/28939, https://github.com/ytdl-org/youtube-dl/issues/29620 Authored-by: coletdjnz, sleaux-meaux, Vangelis66
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+195
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan