1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-29 05:32:00 +00:00

Update youtube_dl/extractor/tasvideos.py

Change class name to reflect website's letter capitalization better.

Co-authored-by: fossdd <fossdd@tutanota.com>
This commit is contained in:
SpiderRider067 2020-12-26 12:29:19 -05:00 committed by GitHub
parent 7f457f913f
commit e152c0107e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ from __future__ import unicode_literals
from .common import InfoExtractor
class TasVideosIE(InfoExtractor):
class TASVideosIE(InfoExtractor):
_VALID_URL = r'http://tasvideos.org/(?P<id>\d+M)\.html'
_TEST = {
'url': 'http://tasvideos.org/4352M.html',