Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/rai] Rewrite extractors (#5940) | nixxo | 2023-05-29 | 1 | -301/+264 |
| | | | | | | Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it> | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -6/+0 |
| | |||||
* | [cleanup] Misc | pukkandan | 2022-11-16 | 1 | -3/+3 |
| | | | | Closes #5541 | ||||
* | [extractor/rai] Minor fix (#4700) | nixxo | 2022-08-19 | 1 | -1/+1 |
| | | | Closes #4691, #4690 | ||||
* | [extractor/rai] Misc fixes (#4600) | nixxo | 2022-08-15 | 1 | -8/+33 |
| | | | Authored by: nixxo | ||||
* | [extractor/rai] Add raisudtirol extractor (#4524) | nixxo | 2022-08-02 | 1 | -0/+35 |
| | | | | Closes #4206 Authored by: nixxo | ||||
* | [extractor/rai] Fix RaiNews extraction (#4380) | nixxo | 2022-07-24 | 1 | -74/+103 |
| | | | | | Authored by: nixxo Closes #3911 | ||||
* | [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 | ||||
* | [rai] Add `release_year` | pukkandan | 2022-04-08 | 1 | -0/+1 |
| | | | | Closes #2319 | ||||
* | [rai] Fix extraction of http formats (#3272) | nixxo | 2022-04-01 | 1 | -1/+1 |
| | | | | Closes #3270 Authored by: nixxo | ||||
* | [utils] Add `filter_dict` | pukkandan | 2022-03-28 | 1 | -2/+3 |
| | |||||
* | [rai] Add Raiplaysound extractors (#1955) | nixxo | 2022-01-11 | 1 | -91/+153 |
| | | | | Closes #1951 Authored by: nixxo, pukkandan | ||||
* | [extractor] Standardize `_live_title` | pukkandan | 2021-12-15 | 1 | -2/+1 |
| | |||||
* | [RaiNews] Fix extractor (#1864) | nixxo | 2021-12-03 | 1 | -11/+17 |
| | | | | Closes #1862 Authored by: nixxo | ||||
* | [RaiplayRadio] Add extractors (#780) | Francesco Frassinelli | 2021-11-05 | 1 | -0/+84 |
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837 Authored by: frafra | ||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 1 | -1/+1 |
| | | | Closes #636 | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | [extractor] Add `write_debug` and `get_param` | pukkandan | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | [rai] Add support for http formats (#208) | nixxo | 2021-04-17 | 1 | -19/+108 |
| | | | Authored by: nixxo | ||||
* | 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 | ||||
* | [rai] fix drm check (#168) | nixxo | 2021-03-13 | 1 | -1/+1 |
| | | | | Bug introduced by #150 Authored by: nixxo | ||||
* | [rai] Check for DRM (#150) | nixxo | 2021-03-07 | 1 | -0/+12 |
| | | | Authored by: nixxo <nixxo@protonmail.com> | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+486 |
* 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 |