projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3772084
)
[abcotvs] Add support for ABC Owned Television Stations
author
Sergey M․
<dstftw@gmail.com>
Thu, 8 Sep 2016 16:15:58 +0000
(23:15 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 8 Sep 2016 16:15:58 +0000
(23:15 +0700)
youtube_dl/extractor/abcotvs.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/abcotvs.py
b/youtube_dl/extractor/abcotvs.py
index 53a900e50541840e0e519ce8398587e9dbf08293..054bb05964910c3d521eb6615661c1843239290f 100644
(file)
--- a/
youtube_dl/extractor/abcotvs.py
+++ b/
youtube_dl/extractor/abcotvs.py
@@
-12,6
+12,7
@@
from ..utils import (
class ABCOTVSIE(InfoExtractor):
IE_NAME = 'abcotvs'
+ IE_DESC = 'ABC Owned Television Stations'
_VALID_URL = r'https?://(?:abc(?:7(?:news|ny|chicago)?|11|13|30)|6abc)\.com(?:/[^/]+/(?P<display_id>[^/]+))?/(?P<id>\d+)'
_TESTS = [
{