13 lines
388 B
Python
13 lines
388 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
|
# Copyright (C) 2015-2016 Tobias Gruetzmacher
|
|
|
|
from __future__ import absolute_import, division, print_function
|
|
|
|
from .common import _WordPressScraper
|
|
|
|
|
|
class NineteenSeventySeven(_WordPressScraper):
|
|
name = '1977'
|
|
url = 'http://1977thecomic.com/'
|