mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 02:19:35 +05:30
(refactor): incresed space between hifen author and title
This commit is contained in:
@@ -250,7 +250,7 @@ def set_global_video_info(link):
|
||||
link = is_valid_url(link).group(1)
|
||||
video = YouTube(link, 'ANDROID_VR', on_progress_callback=progress)
|
||||
author = video.author
|
||||
title = re.sub(r'[\\/*?:"<>|]', '_', author + '-' + video.title)
|
||||
title = re.sub(r'[\\/*?:"<>|]', '_', author + ' - ' + video.title)
|
||||
thumbnail = video.thumbnail_url
|
||||
views = str(video.views)
|
||||
stream = video.streams
|
||||
|
||||
Reference in New Issue
Block a user