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:
parent
7f457f913f
commit
e152c0107e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue