1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-13 14:53:31 +08:00

Update newgrounds.py

This commit is contained in:
martmists
2017-05-30 19:40:52 +00:00
committed by GitHub
Unverified
parent 62c84f0e0e
commit 87c23f8e02
+1 -1
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]+)'