Commit Graph

9 Commits (0c4e0fbcade0fc92d14c2a6d63e360fe067f6192)

Author SHA1 Message Date
sepro b3eaab7ca2
[extractor/vlive] Replace with `VLiveWebArchiveIE` ()
vlive has shut down: https://web.archive.org/web/20221031171019/https://www.vlive.tv/notice/4749

Authored by: seproDev
pukkandan c0caa80515
[extractor/naver] Treat fan subtitles as separate language
Closes 
bashonly d761dfd059
[extractor/naver] Improve `_VALID_URL` for `NaverNowIE` ()
Authored by: bashonly
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
ping bfbb5a1bb1
[extractor/NaverNow] Change endpoint ()
Authored by: ping
ping 14c3a98049
[extractor/naver] Add `navernow` extractor ()
Authored by: ping
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
Ashish Gupta 652fb0d446
[VLive] Add upload_date and thumbnail ()
Closes 
Authored by: Ashish0804
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