Skip to content

Commit

Permalink
Linted?
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored Feb 14, 2023
1 parent 82833b4 commit cdcb4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/arte.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ def _real_extract(self, url):

return merge_dicts(
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)})

0 comments on commit cdcb4af

Please sign in to comment.