youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 83423254ccdf60cb8756aaf7900c929c1cf1a3ef
parent 1c20ddc966a69a241027c2d9a132b9caf3d0ebde
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 10 Jul 2015 00:07:26 +0600

[myvi:embed] Extend _VALID_URL

Diffstat:
Myoutube_dl/extractor/myvi.py | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/myvi.py b/youtube_dl/extractor/myvi.py @@ -7,7 +7,7 @@ from .vimple import SprutoBaseIE class MyviEmbedIE(SprutoBaseIE): _VALID_URL = r'''(?x) https?:// - myvi\.ru/player/ + myvi\.(?:ru/player|tv)/ (?: (?: embed/html| @@ -33,6 +33,9 @@ class MyviEmbedIE(SprutoBaseIE): }, { 'url': 'http://myvi.ru/player/api/Video/Get/oOy4euHA6LVwNNAjhD9_Jq5Ha2Qf0rtVMVFMAZav8wObeRTZaCATzucDQIDph8hQU0', 'only_matching': True, + }, { + 'url': 'http://myvi.tv/embed/html/oTGTNWdyz4Zwy_u1nraolwZ1odenTd9WkTnRfIL9y8VOgHYqOHApE575x4_xxS9Vn0?ap=0', + 'only_matching': True, }] def _real_extract(self, url):