From 0cfb5dc48828644d5b00bb87f10c3bb3d0e2677b Mon Sep 17 00:00:00 2001 From: manavchaudhary1 Date: Tue, 30 Jul 2024 00:05:16 +0530 Subject: [PATCH] Test change --- yt_dlp/extractor/chaturbate.py | 56 +++++++++++++++++----------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/yt_dlp/extractor/chaturbate.py b/yt_dlp/extractor/chaturbate.py index 5ad8814a2d..9b3c2a7b50 100644 --- a/yt_dlp/extractor/chaturbate.py +++ b/yt_dlp/extractor/chaturbate.py @@ -30,44 +30,44 @@ class ChaturbateIE(InfoExtractor): 'url': 'https://en.chaturbate.com/siswet19/', 'only_matching': True, }, { - 'url': 'https://www.chaturbate.eu/siswet19/', - 'info_dict': { + 'url': 'https://www.chaturbate.eu/siswet19/', + 'info_dict': { 'id': 'siswet19', 'ext': 'mp4', 'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', 'age_limit': 18, 'is_live': True, - }, - 'params': { - 'skip_download': True, - }, - 'skip': 'Room is offline', - }, { - 'url': 'https://chaturbate.eu/fullvideo/?b=caylin', - 'only_matching': True, - }, { - 'url': 'https://en.chaturbate.eu/siswet19/', - 'only_matching': True, - }, { - 'url': 'https://www.chaturbate.global/siswet19/', - 'info_dict': { + }, + 'params': { + 'skip_download': True, + }, + 'skip': 'Room is offline', + }, { + 'url': 'https://chaturbate.eu/fullvideo/?b=caylin', + 'only_matching': True, + }, { + 'url': 'https://en.chaturbate.eu/siswet19/', + 'only_matching': True, + }, { + 'url': 'https://www.chaturbate.global/siswet19/', + 'info_dict': { 'id': 'siswet19', 'ext': 'mp4', 'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', 'age_limit': 18, 'is_live': True, - }, - 'params': { - 'skip_download': True, - }, - 'skip': 'Room is offline', - }, { - 'url': 'https://chaturbate.global/fullvideo/?b=caylin', - 'only_matching': True, - }, { - 'url': 'https://en.chaturbate.global/siswet19/', - 'only_matching': True, - }] + }, + 'params': { + 'skip_download': True, + }, + 'skip': 'Room is offline', + }, { + 'url': 'https://chaturbate.global/fullvideo/?b=caylin', + 'only_matching': True, + }, { + 'url': 'https://en.chaturbate.global/siswet19/', + 'only_matching': True, + }] _ROOM_OFFLINE = 'Room is currently offline'