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 15:50:57 +00:00
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015-2016 Tobias Gruetzmacher
2012-11-21 20:57:26 +00:00
from __future__ import absolute_import, division, print_function
2012-06-20 19:58:13 +00:00
from .common import _WordPressScraper
class NineteenSeventySeven(_WordPressScraper):
name = '1977'
url = 'http://1977thecomic.com/'