dosage/dosagelib/plugins/num.py

14 lines
388 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
2014-01-05 16:50:57 +01:00
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015-2016 Tobias Gruetzmacher
2012-11-21 21:57:26 +01:00
from __future__ import absolute_import, division, print_function
2012-06-20 21:58:13 +02:00
from .common import _WordPressScraper
class NineteenSeventySeven(_WordPressScraper):
name = '1977'
url = 'http://1977thecomic.com/'