1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

remove comment

This commit is contained in:
Pika 2020-03-24 18:52:34 -04:00
parent 86be0691b2
commit 69b2c9184f

View File

@ -8,7 +8,6 @@ from ..utils import (
class TruTVIE(TurnerBaseIE):
# https://www.trutv.com/shows/impractical-jokers/season-8/episode-2/the-closer
_VALID_URL = r'https?://(?:www\.)?trutv\.com/shows/[0-9A-Za-z-]+/season-\d+/episode-\d+/(?P<id>[0-9A-Za-z-]+)'
_TEST = {
'url': 'https://www.trutv.com/shows/impractical-jokers/season-8/episode-2/the-closer',