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',