We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1485d04 commit cfbd2aaCopy full SHA for cfbd2aa
README.rst
@@ -27,7 +27,7 @@ Features
27
* Remove elements using CSS or XPath selectors
28
* Regular expression helper methods
29
30
-Example::
+Example (`open online demo`_)::
31
32
>>> from parsel import Selector
33
>>> sel = Selector(text=u"""<html>
@@ -50,3 +50,5 @@ Example::
50
... print(e.xpath('.//a/@href').get())
51
http://example.com
52
http://scrapy.org
53
+
54
+.. _open online demo: https://colab.research.google.com/drive/149VFa6Px3wg7S3SEnUqk--TyBrKplxCN#forceEdit=true&sandboxMode=true
0 commit comments