From bdb1e0c90631ae1401cdccd429540d9912b67585 Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Thu, 26 Mar 2020 17:54:17 +0700 Subject: [PATCH] Fix coding conventionsand remove test files --- youtube_dl/extractor/binustv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/binustv.py b/youtube_dl/extractor/binustv.py index 70219d54c..6fc766a23 100644 --- a/youtube_dl/extractor/binustv.py +++ b/youtube_dl/extractor/binustv.py @@ -9,6 +9,7 @@ from .common import InfoExtractor # This script only uses URLs from the BINUS TV Android app share API (https://binus.bedigital.co.id/app/share/video/). # Videos from the main BINUS TV website (https://www.binus.tv/video/) can still be extracted using generic extractor. + class BinusTVAppIE(InfoExtractor): _VALID_URL = r'(?:https?://)?(?:www\.)?binus\.bedigital\.co\.id/app/share/video/[^\/]+/[^\/]+/(?P[^/?\0]+)' _TEST = {