1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[docs,cleanup] Fix linter and misc cleanup

Closes #2419
This commit is contained in:
pukkandan
2022-01-24 01:21:39 +05:30
parent bb66c24797
commit 88f23a18e0
10 changed files with 16 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ def _extract_playlist(self, season_list, video_id, program_info, prompt=True):
return self.playlist_result(all_episodes, content_id, episode_title)
def _real_extract(self, url):
url, data = unsmuggle_url(url, {})
url, smuggled_data = unsmuggle_url(url, {})
video_id = self._match_id(url)