mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-17 02:20:13 +00:00
Linted?
This commit is contained in:
parent
82833b44d7
commit
cdcb4af1c3
1 changed files with 1 additions and 1 deletions
|
@ -342,4 +342,4 @@ class ArteTVCategoryIE(ArteTVBaseIE):
|
||||||
|
|
||||||
return merge_dicts(
|
return merge_dicts(
|
||||||
self.playlist_from_matches(items, playlist_id=playlist_id, playlist_title=title),
|
self.playlist_from_matches(items, playlist_id=playlist_id, playlist_title=title),
|
||||||
{'description': self._og_search_description(webpage, default=None)})
|
{'description': self._og_search_description(webpage, default=None)})
|
||||||
|
|
Loading…
Add table
Reference in a new issue