aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/hotstar.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/hotstar] Refactor v1 API callspukkandan2022-11-091-52/+29
|
* [extractor/hotstar] Add season support (#5479)m4tu4g2022-11-091-11/+52
| | | | Closes #5473 Authored by: m4tu4g
* [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841pukkandan2022-05-171-3/+3
| | | | Closes #3595
* [hotstar] Refactor extractorspukkandan2022-04-231-108/+123
| | | | Closes #3517
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | 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
* [hotstar] Add extractor args to ignore tags (#2116)Ashish Gupta2022-01-011-0/+3
| | | Authored by: Ashish0804
* [Cleanup] Remove some unnecessary groups in regexes (#1738)Ashish Gupta2021-11-301-1/+1
| | | Authored by: Ashish0804
* [HotStar] Set language field from tags (#1700)Ashish Gupta2021-11-181-0/+5
| | | Authored by: Ashish0804
* [Hotstar] Raise appropriate error for DRMAshish Gupta2021-10-161-10/+10
|
* [Hotstar] Mention Dynamic Range in format id (#1265)Ashish Gupta2021-10-141-3/+4
| | | Authored by: Ashish0804
* [HotStarSeries] Fix cookies (#1187)Ashish Gupta2021-10-091-3/+3
| | | Authored by: Ashish0804
* [Hotstar] Add referer for subs (#1062)Ashish Gupta2021-09-231-0/+3
| | | Authored by: Ashish0804
* [extractor] Better error message for DRM (#729)pukkandan2021-08-231-1/+2
| | | Closes #636
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* [HotStar] Use API for metadata and extract subtitles (#640)Ashish2021-08-081-43/+93
| | | | | The API is not rate-limited unlike the webpage Authored by: Ashish0804
* [Hotstar] Support cookies (#584)Ashish2021-07-291-29/+18
| | | | Closes #583 Authored by: Ashish0804
* [HotStarSeriesIE] Fix regex (#569)Ashish2021-07-251-1/+7
| | | Authored by: Ashish0804
* [hotstar] Use server time for authentication instead of local timepukkandan2021-06-231-6/+7
| | | | Closes #396
* [Hotstar] Add HotStarSeriesIE (#366)Ashish2021-06-011-1/+46
| | | Authored by: Ashish0804
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-1/+1
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+237
* 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