From 9093632cffb1bd0b92d815b90fc297e921dcdad6 Mon Sep 17 00:00:00 2001 From: qsniyg Date: Fri, 16 Dec 2016 10:38:02 -0800 Subject: [PATCH] [tistory] Add support for /original/ urls --- youtube_dl/extractor/tistory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tistory.py b/youtube_dl/extractor/tistory.py index 77aaf4dce..2d238b21c 100644 --- a/youtube_dl/extractor/tistory.py +++ b/youtube_dl/extractor/tistory.py @@ -20,7 +20,7 @@ import re class TistoryIE(InfoExtractor): - _VALID_URL = r'https?://cfile[0-9]*.uf.tistory.com/(?:media|attach|attachment)/(?P[A-Za-z0-9]*)' + _VALID_URL = r'https?://cfile[0-9]*.uf.tistory.com/(?:media|attach|attachment|original)/(?P[A-Za-z0-9]*)' _TEST = { 'url': 'http://cfile23.uf.tistory.com/media/111ED14A4FAEBC3C23AAE1',