Age | Commit message (Collapse) | Author |
|
Either one or two spaces is fine here.
|
|
|
|
The re engine does not want to repeat an empty string, for fear that something like
(.*)*
could be matching the tokens ...
""
"" ""
"" "" ""
Of course, that's harmless with a question mark, although still somewhat strange.
|
|
|
|
|
|
|
|
|
|
This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d.
|
|
|
|
Add a test for the pages with the video_id in the URL.
|
|
If the URL has the video_id in it, use that since the current method of
finding the id breaks on those pages.
Fixes 2698.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2671)
|
|
It fails to find the element in python 2.6 and it's not required, the
element is a direct child of the item node.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|