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:
committed by
GitHub
Unverified
parent
62c84f0e0e
commit
87c23f8e02
@@ -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]+)'
|
||||
|
||||
Reference in New Issue
Block a user