Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/hotstar] Refactor v1 API calls | pukkandan | 2022-11-09 | 1 | -52/+29 |
| | |||||
* | [extractor/hotstar] Add season support (#5479) | m4tu4g | 2022-11-09 | 1 | -11/+52 |
| | | | | Closes #5473 Authored by: m4tu4g | ||||
* | [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841 | pukkandan | 2022-05-17 | 1 | -3/+3 |
| | | | | Closes #3595 | ||||
* | [hotstar] Refactor extractors | pukkandan | 2022-04-23 | 1 | -108/+123 |
| | | | | Closes #3517 | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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 Gupta | 2022-01-01 | 1 | -0/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [Cleanup] Remove some unnecessary groups in regexes (#1738) | Ashish Gupta | 2021-11-30 | 1 | -1/+1 |
| | | | Authored by: Ashish0804 | ||||
* | [HotStar] Set language field from tags (#1700) | Ashish Gupta | 2021-11-18 | 1 | -0/+5 |
| | | | Authored by: Ashish0804 | ||||
* | [Hotstar] Raise appropriate error for DRM | Ashish Gupta | 2021-10-16 | 1 | -10/+10 |
| | |||||
* | [Hotstar] Mention Dynamic Range in format id (#1265) | Ashish Gupta | 2021-10-14 | 1 | -3/+4 |
| | | | Authored by: Ashish0804 | ||||
* | [HotStarSeries] Fix cookies (#1187) | Ashish Gupta | 2021-10-09 | 1 | -3/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [Hotstar] Add referer for subs (#1062) | Ashish Gupta | 2021-09-23 | 1 | -0/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 1 | -1/+2 |
| | | | Closes #636 | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | [HotStar] Use API for metadata and extract subtitles (#640) | Ashish | 2021-08-08 | 1 | -43/+93 |
| | | | | | The API is not rate-limited unlike the webpage Authored by: Ashish0804 | ||||
* | [Hotstar] Support cookies (#584) | Ashish | 2021-07-29 | 1 | -29/+18 |
| | | | | Closes #583 Authored by: Ashish0804 | ||||
* | [HotStarSeriesIE] Fix regex (#569) | Ashish | 2021-07-25 | 1 | -1/+7 |
| | | | Authored by: Ashish0804 | ||||
* | [hotstar] Use server time for authentication instead of local time | pukkandan | 2021-06-23 | 1 | -6/+7 |
| | | | | Closes #396 | ||||
* | [Hotstar] Add HotStarSeriesIE (#366) | Ashish | 2021-06-01 | 1 | -1/+46 |
| | | | Authored by: Ashish0804 | ||||
* | [extractor] Add `write_debug` and `get_param` | pukkandan | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Add option `--ignore-no-formats-error` | pukkandan | 2021-04-17 | 1 | -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) | Pccode66 | 2021-02-25 | 1 | -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 |