bashonly
2acdddcafd
move test above only_matching tests for counting purposes
...
Authored by: bashonly
2024-11-17 13:52:15 -06:00
bashonly
6fea462065
Apply suggestions from code review
2024-11-17 19:39:53 +00:00
bashonly
1113ad4768
Merge branch 'master' into fix/ctvnews
2024-11-17 19:37:16 +00:00
qbnu
f9d98509a8
[ie/ctvnews] Fix playlist ID extraction ( #8892 )
...
Authored by: qbnu
2024-11-17 19:35:10 +00:00
Jackson Humphrey
c61e62aa7a
Removed the 'ext' key from the new test's info_dict, as the downloaded entity is a playlist, not a standalone item, and as such, does not have an extension. All tests pass.
2024-11-13 17:57:15 -06:00
Jackson Humphrey
44ba62ffd5
Updated an existing test with additional information such that all tests (other than the newly-added one) now pass.
2024-11-13 17:02:40 -06:00
Jackson Humphrey
7cd5bc9e9f
Added a draft test for the URL reported in Issue #8689 . This test fails for reasons I don't understand; I believe the correct extension should be 'mp4', but the current code reports an 'ext' of None.
2024-11-13 16:54:58 -06:00
Jackson Humphrey
c0ff69795f
Applied the patch provided by dirkf on Issue #8689 .
2024-11-13 16:53:36 -06:00
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
...
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-12 05:32:51 +05:30
Ashish Gupta
dfb7f2a25d
[CTVNewsIE] Add fallback for video search ( #2378 )
...
Closes #2370
Authored by: Ashish0804
2022-01-19 19:18:57 +05:30
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* 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
2021-02-25 00:15:56 +05:30