Commit Graph

9 Commits (ca6d59d2c1a38433708d4a739e812c0bc52655bc)

Author SHA1 Message Date
pukkandan 21633673c3
[cleanup] Minor fixes
pukkandan 9b8ee23b99
[dependencies] Create module with all dependency imports
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
Lesmiscore (Naoya Ozaki) 3cea3edd1a
[utils] WebSocketsWrapper: Allow omitting `__enter__` invocation ()
Authored by: Lesmiscore
Lesmiscore (Naoya Ozaki) 15dfb3929c
[fc2:live] Add extractor ()
Authored by: Lesmiscore
Lesmiscore (Naoya Ozaki) 81c5f44c0f
[fc2] Fix extraction ()
Closes 

Authored by: Lesmiscore
Lesmiscore (Naoya Ozaki) d6bc443bde
[fc2] Fix extraction ()
Closes 
Authored by: Lesmiscore
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
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