diff options
author | sepro <4618135+seproDev@users.noreply.github.com> | 2024-03-08 23:36:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 23:36:41 +0100 |
commit | f4f9f6d00edcac6d4eb2b3fb78bf81326235d492 (patch) | |
tree | 4808f816cfeec2a30a6072e99873f3601bef5060 /yt_dlp/extractor/viewlift.py | |
parent | dfd8c0b69683b1c11beea039a96dd2949026c1d7 (diff) |
[cleanup] Fix infodict returned fields (#8906)
Authored by: seproDev
Diffstat (limited to 'yt_dlp/extractor/viewlift.py')
-rw-r--r-- | yt_dlp/extractor/viewlift.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/viewlift.py b/yt_dlp/extractor/viewlift.py index c93be5f3d..c5d65cdd6 100644 --- a/yt_dlp/extractor/viewlift.py +++ b/yt_dlp/extractor/viewlift.py @@ -231,7 +231,6 @@ class ViewLiftIE(ViewLiftBaseIE): 'description': 'md5:e28f2fb8680096a69c944d37c1fa5ffc', 'thumbnail': r're:^https?://.*\.jpg$', 'upload_date': '20211006', - 'series': None }, 'params': {'skip_download': True}, }, { # Free film @@ -243,7 +242,6 @@ class ViewLiftIE(ViewLiftBaseIE): 'description': 'md5:605cba408e51a79dafcb824bdeded51e', 'thumbnail': r're:^https?://.*\.jpg$', 'upload_date': '20210827', - 'series': None }, 'params': {'skip_download': True}, }, { # Free episode |