diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:06:11 +0000 |
commit | fd5a06560caab95c71a2e2e805efa8d0f3a696a0 (patch) | |
tree | e1c600b8612bc4b301e2f51b875fcd835c5008cc /yt_dlp/extractor/trueid.py | |
parent | Releasing progress-linux version 2024.05.27-1~progress7.99u1. (diff) | |
download | yt-dlp-fd5a06560caab95c71a2e2e805efa8d0f3a696a0.tar.xz yt-dlp-fd5a06560caab95c71a2e2e805efa8d0f3a696a0.zip |
Merging upstream version 2024.07.01.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'yt_dlp/extractor/trueid.py')
-rw-r--r-- | yt_dlp/extractor/trueid.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/extractor/trueid.py b/yt_dlp/extractor/trueid.py index efedac1..183364b 100644 --- a/yt_dlp/extractor/trueid.py +++ b/yt_dlp/extractor/trueid.py @@ -31,7 +31,7 @@ class TrueIDIE(InfoExtractor): 'upload_date': '20200916', 'release_date': '20200630', }, - 'expected_warnings': ['Video is geo restricted.'] + 'expected_warnings': ['Video is geo restricted.'], }, { 'url': 'https://trueid.id/series/zZOBVPb62EwR/qXY73rwyl7oj/one-piece-ep-1/', 'md5': '1c6d976049bc3c89a8a25aed2c3fb081', @@ -51,7 +51,7 @@ class TrueIDIE(InfoExtractor): 'upload_date': '20210112', 'release_date': '20210131', }, - 'expected_warnings': ['Video is geo restricted.'] + 'expected_warnings': ['Video is geo restricted.'], }, { 'url': 'https://vn.trueid.net/series/7DNPM7Bpa9wv/pwLgEQ4Xbda2/haikyu-vua-bong-chuyen-phan-1/', 'info_dict': { @@ -69,7 +69,7 @@ class TrueIDIE(InfoExtractor): 'upload_date': '20210818', 'release_date': '20210818', }, - 'expected_warnings': ['Video is geo restricted.'] + 'expected_warnings': ['Video is geo restricted.'], }, { 'url': 'https://trueid.ph/series/l8rvvAw7Jwv8/l8rvvAw7Jwv8/naruto-trailer/', 'only_matching': True, |