[imgchili] workaround for long filenames

This commit is contained in:
Mike Fährmann
2016-09-10 13:12:02 +02:00
parent 155af213a9
commit 888a988725
2 changed files with 10 additions and 8 deletions

View File

@@ -6,14 +6,14 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
"""Extract images from http://img.yt/"""
"""Extract images from https://img.yt/"""
from .common import Extractor, Message
from .. import text
from os.path import splitext
class ImgytImageExtractor(Extractor):
"""Extractor for single images from img.yt"""
category = "imgyt"
directory_fmt = ["{category}"]
filename_fmt = "{filename}"