Skip to content

Commit

Permalink
[CI] yt-dlp: 59d9fe08312bbb76ee26238d207a8ca35410a48d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent ce03700 commit 1d90aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yt_dlp/extractor/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2884,4 +2884,4 @@ def filter_video(urls):
# 'url' results don't have a title
if e.get('title') is not None:
e['title'] = '%s (%d)' % (e['title'], num)
return entries
return entries

0 comments on commit 1d90aa0

Please sign in to comment.