Commit Graph

29 Commits (b095fd3fa9d58a65dc9b830bd63b9d909422aa86)

Author SHA1 Message Date
Rajeshwaran 7237c8dca0
[ie/hotstar] Extract `release_year` ()
Authored by: Rajeshwaran2001
bashonly 30ea88591b
[ie/hotstar] Make metadata extraction non-fatal
Authored by: bashonly
bashonly 86eeb044c2
[ie/hotstar] Support `/clips/` URLs ()
Closes 
Authored by: bashonly
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
bashonly 7f8ddebbb5
[extractor/hotstar] Support `/shows/` URLs ()
Closes 
Authored by: bashonly
pukkandan e74a3c6dcc
[extractor/hotstar] Improve format metadata
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan fad689c7b6
[extractor/hotstar] Refactor v1 API calls
m4tu4g db6fa6960c
[extractor/hotstar] Add season support ()
Closes 
Authored by: m4tu4g
pukkandan 5d5c0f7e99
[Hotstar] Bugfix for a1ddaa899c
Closes 
pukkandan a1ddaa899c
[hotstar] Refactor extractors
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
Ashish Gupta 26f2aa3db9
[hotstar] Add extractor args to ignore tags ()
Authored by: Ashish0804
Ashish Gupta 73f035e1fe
[Cleanup] Remove some unnecessary groups in regexes ()
Authored by: Ashish0804
Ashish Gupta 525d9e0c7d
[HotStar] Set language field from tags ()
Authored by: Ashish0804
Ashish Gupta 6ff34542d2
[Hotstar] Raise appropriate error for DRM
Ashish Gupta a64907d0ac
[Hotstar] Mention Dynamic Range in format id ()
Authored by: Ashish0804
Ashish Gupta 81bcd43a03
[HotStarSeries] Fix cookies ()
Authored by: Ashish0804
Ashish Gupta 388bc4a640
[Hotstar] Add referer for subs ()
Authored by: Ashish0804
pukkandan 88acdbc269
[extractor] Better error message for DRM ()
Closes 
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
Ashish b6a35ad83b
[HotStar] Use API for metadata and extract subtitles ()
The API is not rate-limited unlike the webpage

Authored by: Ashish0804
Ashish fe07e2c69f
[Hotstar] Support cookies ()
Closes  
Authored by: Ashish0804
Ashish 8242bf220d
[HotStarSeriesIE] Fix regex ()
Authored by: Ashish0804
pukkandan 9fc0de5796
[hotstar] Use server time for authentication instead of local time
Closes 
Ashish 6e6390321c
[Hotstar] Add HotStarSeriesIE ()
Authored by: Ashish0804
pukkandan a06916d98e
[extractor] Add `write_debug` and `get_param`
pukkandan b7da73eb19
Add option `--ignore-no-formats-error`
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors
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