aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/rai.py
AgeCommit message (Collapse)Author
2025-04-24[ie/RaiPlay] Fix DRM detection (#12971)D Trombett
Closes #12969 Authored by: DTrombett
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-26[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)Simon Sawicki
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-02-29[ie/rai] Fix m3u8 formats extraction (#9291)nixxo
Closes #887 Authored by: nixxo
2024-02-16[ie/rai] Filter unavailable formats (#9189)nixxo
Closes #9154 Authored by: nixxo
2023-05-29[extractor/rai] Rewrite extractors (#5940)nixxo
Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it>
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-11-16[cleanup] Miscpukkandan
Closes #5541
2022-08-19[extractor/rai] Minor fix (#4700)nixxo
Closes #4691, #4690
2022-08-15[extractor/rai] Misc fixes (#4600)nixxo
Authored by: nixxo
2022-08-02[extractor/rai] Add raisudtirol extractor (#4524)nixxo
Closes #4206 Authored by: nixxo
2022-07-24[extractor/rai] Fix RaiNews extraction (#4380)nixxo
Authored by: nixxo Closes #3911
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-04-08[rai] Add `release_year`pukkandan
Closes #2319
2022-04-01[rai] Fix extraction of http formats (#3272)nixxo
Closes #3270 Authored by: nixxo
2022-03-28[utils] Add `filter_dict`pukkandan
2022-01-11[rai] Add Raiplaysound extractors (#1955)nixxo
Closes #1951 Authored by: nixxo, pukkandan
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-12-03[RaiNews] Fix extractor (#1864)nixxo
Closes #1862 Authored by: nixxo
2021-11-05[RaiplayRadio] Add extractors (#780)Francesco Frassinelli
Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837 Authored by: frafra
2021-08-23[extractor] Better error message for DRM (#729)pukkandan
Closes #636
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-05-17[extractor] Add `write_debug` and `get_param`pukkandan
2021-04-17[rai] Add support for http formats (#208)nixxo
Authored by: nixxo
2021-04-17Add option `--ignore-no-formats-error`pukkandan
* Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
2021-03-13[rai] fix drm check (#168)nixxo
Bug introduced by #150 Authored by: nixxo
2021-03-07[rai] Check for DRM (#150)nixxo
Authored by: nixxo <nixxo@protonmail.com>
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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