Commit Graph

8 Commits (9f9c85dda4953923d710ca9d24b2e433ec26e882)

Author SHA1 Message Date
pukkandan 14f25df2b6
[compat] Remove deprecated functions from core code
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
Ha Tien Loi ab0970b233
[NRK] Extract timestamp ()
Closes 
Authored by: hatienl0i261299
pukkandan 2807d1709b
[nrk] Add fallback API
Closes 
Alf Marius 93c7f3398d
[Nrk] See desc ()
* Endpoint has changed. Currently the old one redirects to the new one, but this may change
* Descriptions use \r instead of \n. So translate it

Authored by: fractalf
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
pukkandan ed807c1837
Update to ytdl-commit-379f52a
[liveleak] Remove extractor
379f52a495
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