mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 00:48:00 +09:00
Fix coding conventionsand remove test files
This commit is contained in:
parent
6549db78f2
commit
bdb1e0c906
@ -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<id>[^/?\0]+)'
|
||||
_TEST = {
|
||||
|
Loading…
Reference in New Issue
Block a user