2012-06-20 22:41:04 +02:00
|
|
|
# -*- coding: iso-8859-1 -*-
|
|
|
|
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
|
2014-01-05 16:50:57 +01:00
|
|
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
2012-11-21 21:57:26 +01:00
|
|
|
|
2012-11-26 18:44:31 +01:00
|
|
|
from re import compile
|
2012-10-11 12:03:12 +02:00
|
|
|
from ..scraper import _BasicScraper
|
2012-11-26 07:13:32 +01:00
|
|
|
from ..util import tagre
|