mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
flake8
This commit is contained in:
parent
ff2e049d3e
commit
c7684156c2
1 changed files with 1 additions and 2 deletions
|
@ -166,7 +166,6 @@ class VidioPremierIE(VidioBaseIE):
|
|||
|
||||
def _playlist_entries(self, playlist, series_id, series_name, season_name, display_id):
|
||||
playlist_url = 'https://api.vidio.com/content_profiles/%s/playlists/%s/playlist_items' % (series_id, playlist['id'])
|
||||
playlist_name = playlist.get('name')
|
||||
|
||||
entries = []
|
||||
index = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue