|
@@ -1,3 +1,14 @@
|
|
|
|
+"""
|
|
|
|
+ Dictzone
|
|
|
|
+
|
|
|
|
+ @website https://dictzone.com/
|
|
|
|
+ @provide-api no
|
|
|
|
+ @using-api no
|
|
|
|
+ @results HTML (using search portal)
|
|
|
|
+ @stable no (HTML can change)
|
|
|
|
+ @parse url, title, content
|
|
|
|
+"""
|
|
|
|
+
|
|
import re
|
|
import re
|
|
from urlparse import urljoin
|
|
from urlparse import urljoin
|
|
from lxml import html
|
|
from lxml import html
|