Commit Graph

20 Commits (0783fd558ed0d3a8bc754beb75a406256f8b97b2)

Author SHA1 Message Date
AS6939 35d9cbaf96
[ie/iq.com] Fix extraction and subtitles ()
Closes , Closes 
Authored by: AS6939
pukkandan 337734d4a8
[cleanup] Misc
D0LLYNH0 2d5cae9636
[extractor/iq] Set more language codes ()
Authored by: D0LLYNH0
Simon Sawicki 6839ae1f6d
[utils] `traverse_obj`: Fix more bugs
and cleanup uses of `default=[]`

Continued from b1bde57bef
bashonly d7f9871469
[extractor/iqiyi] Fix `Iq` JS regex ()
Closes 
Authored by: bashonly
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan d51b2816e3
[extractor/iq] Increase phantomjs timeout
Closes 
pukkandan 385f7f3895
[extractor/iq] Set language correctly for Korean subtitles
Closes 
pukkandan 9809740ba5
[extractor, cleanup] Reduce direct use of `_downloader`
pukkandan 7b2c3f47c6
[cleanup] Misc
pukkandan a70635b8a1
[cleanup, utils] Don't use kwargs for `format_field`
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 e6f868a63c
[utils] `traverse_obj`: Allow filtering by value
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 08d30158ec
[cleanup, docs] Misc cleanup
Closes , closes , closes , closes 
MinePlayersPE 05b23b4156
[iq.com] Add VIP support ()
Authored by: MinePlayersPE
pukkandan ed40877833
Fix 426764371f for Py3.6
MinePlayersPE 426764371f
[iq.com] Add extractors ()
Closes 
Authored by: MinePlayersPE
pukkandan 6a39ee13f7
Fix inconsistent use of `report_warning`
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