Commit Graph

9 Commits (8d1ddb0805c7c56bd03a5c0837c55602473d213f)

Author SHA1 Message Date
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
pukkandan 135dfa2c7e
[extractor,cleanup] Use `_search_nextjs_data`
Tim da27aeea5c
[ITV] Fix extractor ()
Closes 
Authored by: staubichsauger
pukkandan bc8ab44ea0
[itv] Fix for Python 3.6/3.7
Closes 
ajj8 3783b5f1d1
[itv] Add support for ITV News ()
Authored by: ajj8
coletdjnz 298bf1d275
[itv] Prefer last matching featureset ()
Bug fix for 
Authored by: coletdjnz
coletdjnz ea706726d6
[ITV] Fix extractor, add subtitles and thumbnails ()
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 , 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
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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