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/novaplay.py | |
parent | dfd8c0b69683b1c11beea039a96dd2949026c1d7 (diff) |
[cleanup] Fix infodict returned fields (#8906)
Authored by: seproDev
Diffstat (limited to 'yt_dlp/extractor/novaplay.py')
-rw-r--r-- | yt_dlp/extractor/novaplay.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/novaplay.py b/yt_dlp/extractor/novaplay.py index d8849cd88..77ae03fd0 100644 --- a/yt_dlp/extractor/novaplay.py +++ b/yt_dlp/extractor/novaplay.py @@ -18,7 +18,6 @@ class NovaPlayIE(InfoExtractor): 'upload_date': '20220722', 'thumbnail': 'https://nbg-img.fite.tv/img/606627_460x260.jpg', 'description': '29 сек', - 'view_count': False }, }, { @@ -34,7 +33,6 @@ class NovaPlayIE(InfoExtractor): 'upload_date': '20220722', 'thumbnail': 'https://nbg-img.fite.tv/img/606609_460x260.jpg', 'description': '29 сек', - 'view_count': False }, } ] |