[yomanga] add chapter extractor

This commit is contained in:
Mike Fährmann
2017-01-13 00:03:12 +01:00
parent ad4b02508f
commit cc0b4f2661
5 changed files with 32 additions and 11 deletions

View File

@@ -10,14 +10,11 @@
import time
import queue
import logging
import requests
import threading
from .message import Message
from .. import config
log = logging.getLogger(__name__)
class Extractor():
@@ -96,7 +93,4 @@ def safe_request(session, url, method="GET", *args, **kwargs):
continue
# everything ok -- proceed to download
log.debug(url)
log.debug(r.headers)
log.debug(r.text)
return r