1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 05:22:51 +08:00

Update newgrounds.py

This commit is contained in:
martmists 2017-05-30 19:40:52 +00:00 committed by GitHub
parent 62c84f0e0e
commit 87c23f8e02

View File

@ -1,7 +1,7 @@
from __future__ import unicode_literals
from .common import InfoExtractor
import re
class NewgroundsIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?newgrounds\.com/(?:audio/listen|portal/view)/(?P<id>[0-9]+)'