Commit Graph

5 Commits (495322b95bbf8befa0f0b354f110a1d4eddac784)

Author SHA1 Message Date
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