Commit Graph

13 Commits (c62e64cf0122e52fa2175dd1b004ca6b8e1d82af)

Author SHA1 Message Date
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 5da08bde9e
[extractor/vlive] Extract `release_timestamp`
Closes 
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
pukkandan 52efa4b312
[extractor] Add `_perform_login` function ()
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
pukkandan f40ee5e9a0
[extractor] Add convinience function `_yes_playlist`
pukkandan 39ca3b5c7f
[extractor] Standardize `_live_title`
pukkandan c586f9e8de
[cleanup] minor fixes
Ashish Gupta 652fb0d446
[VLive] Add upload_date and thumbnail ()
Closes 
Authored by: Ashish0804
pukkandan 457f6d6866
[vlive:channel] Fix extraction
Based on https://github.com/ytdl-org/youtube-dl/pull/29866
Closes , , https://github.com/ytdl-org/youtube-dl/issues/29837
Authored by kikuyan, pukkandan
pukkandan f0ff9979c6
[vlive] Extract thumbnail directly in addition to the one from Naver
Closes 
pukkandan a06916d98e
[extractor] Add `write_debug` and `get_param`
pukkandan cce889b900 Update to ytdl v2021-04-01
14f29f087e

Closes 
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