1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-08-02 02:21:04 -05:00

[docs] Misc improvements

Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
This commit is contained in:
pukkandan
2022-09-22 01:37:44 +05:30
parent 8ca48a1a54
commit 2fa669f759
11 changed files with 44 additions and 34 deletions

View File

@@ -557,8 +557,7 @@ class NiconicoPlaylistBaseIE(InfoExtractor):
}
def _call_api(self, list_id, resource, query):
"Implement this in child class"
pass
raise NotImplementedError('Must be implemented in subclasses')
@staticmethod
def _parse_owner(item):