Commit Graph

26 Commits (e6f48ca80821939c1fd11ec2a0cdbf2fba9b258a)

Author SHA1 Message Date
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
bashonly a0de8bb860
[ie/zee5] Update access token endpoint ()
Closes 
Authored by: bashonly
bashonly 9d7fde89a4
[extractor/zee5] Fix extraction of new content ()
Authored by: bashonly
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
m4tu4g 385adffcf5
[extractor/zee5] Improve `_VALID_URL` ()
Authored by: m4tu4g
m4tu4g 7244895bde
[extractor/zee5] Fix `_VALID_URL` ()
Closes 
Authored by: m4tu4g
Anant Murmu a5642f2c4a
[extractor/zee5] Generate device ids ()
Closes 
Authored by: freezboltz
m4tu4g 0f7247f88e
[extractor/zee5] Update Device ID ()
Closes 

Authored by: m4tu4g
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 2d2b5493ee [ZEE5] Fix extractor.
Authored by: Ashish0804
Closes: https://github.com/yt-dlp/yt-dlp/issues/3105
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
Aniruddh Joshi 4d4f9a029f
[zee5] Support web-series ()
Authored by: Aniruddh-J
pukkandan fdeab99eab
[zee5] Add geo-bypass
pukkandan 9e907ebddf
[cleanup] Misc cleanup
Ashish Gupta ee7b9bdf5d [Zee5] Fix VALID_URL for tv-shows
pukkandan b3a5115ff1
[zee5] Support /episodes in URL
Closes 
Ashish Gupta 73f035e1fe
[Cleanup] Remove some unnecessary groups in regexes ()
Authored by: Ashish0804
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
Ashish 96c23f3be8
[Zee5] Fix extractor and add subtitles ()
Closes 
Authored by Ashish0804
pukkandan 077c476276
[zee5] Fix m3u8 formats extension
pukkandan 1815d1028b
[zee5] Fix py2 compatibility
Hadi0609 db9a564b6a
[zee5] Fix extraction for some URLs ()
Closes: 
pukkandan 5b8917fb52
[zee5] Support zee5originals
Ashish d488e254d9
[Zee5] Add Show Extractor ()
Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pukkandan 54759df586
[zee5] Improve regex
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