Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ie/CBCPlayerPlaylist] Add extractor (#7870) | trainman261 | 2023-08-20 | 1 | -0/+33 |
| | | | Authored by: trainman261 | ||||
* | [ie/CBCPlayer] Extract HLS formats and subtitles (#7484) | trainman261 | 2023-08-12 | 1 | -1/+27 |
| | | | Authored by: trainman261 | ||||
* | [extractor/cbc] Ignore 426 from API (#6781) | jo-nike | 2023-05-29 | 1 | -2/+4 |
| | | | | Closes #6716 Authored by: jo-nike | ||||
* | [extractor/cbc] Fix live extractor, playlist `_VALID_URL` (#6625) | makeworld | 2023-04-28 | 1 | -37/+83 |
| | | | Authored by: makew0rld | ||||
* | [extractor/cbc:gem] Update `_VALID_URL` (#6499) | makeworld | 2023-03-10 | 1 | -1/+4 |
| | | | | Authored by: makeworld-the-better-one Closes #6395 | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 1 | -2/+2 |
| | |||||
* | [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 | ||||
* | [cleanup] Use `_html_extract_title` | pukkandan | 2022-04-04 | 1 | -3/+3 |
| | |||||
* | [CBC] Fix URL regex | pukkandan | 2021-12-25 | 1 | -1/+2 |
| | | | | Closes #2110 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | ||||
* | [CBC Gem] Extract 1080p formats (#1913) | David Skrundz | 2021-12-09 | 1 | -2/+36 |
| | | | Authored by: DavidSkrundz | ||||
* | [CBC Gem] Fix for shows that don't have all seasons (#1621) | makeworld | 2021-11-11 | 1 | -1/+2 |
| | | | | Closes #1594 Authored by: makeworld-the-better-one | ||||
* | [CBC] Support CBC Gem member content (#1294) | makeworld | 2021-10-22 | 1 | -24/+86 |
| | | | Authored by: makeworld-the-better-one | ||||
* | [CBC] Fix Gem livestream (#1289) | makeworld | 2021-10-22 | 1 | -12/+12 |
| | | | Authored by: makeworld-the-better-one | ||||
* | [CBC] Cleanup tests (#1162) | makeworld | 2021-10-05 | 1 | -4/+0 |
| | | | | Related: #1013 Authored by: makeworld-the-better-one | ||||
* | [CBC] Fix CBC Gem extractors (#1013) | makeworld | 2021-09-20 | 1 | -272/+204 |
| | | | | Closes #936 Authored by: makeworld-the-better-one | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+497 |
* 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 |