Commit Graph

11 Commits (63e0c5748c0eb461a2ccca4181616eb930b4b750)

Author SHA1 Message Date
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
Ivan Skodje 937264419f
[extractor/tvplay] Remove outdated domains ()
Closes 
Authored by: ivanskodje
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
gustaf 896a88c5c6
[Tvplayhome] Fix extractor ()
Authored by: pukkandan, 18928172992817182 (gustaf)
pukkandan a331949df3
[test/download] Fallback test to `bv`
gustaf e3950399e4
[Viafree] add support for Finland ()
Authored by: 18928172992817182 (gustaf)
coletdjnz e88dabb35e
[Viafree] Fix extractor and extract subtitles ()
Authored by: coletdjnz
Fixes 
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
pukkandan b7da73eb19
Add option `--ignore-no-formats-error`
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors
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