mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-15 02:45:36 +00:00
Fixed BongaCams, links parsing improved (#297)
* Fixed BongaCams, links parsing improved * Fixed tests
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ def test_url_make_profile_url_regexp():
|
||||
# ensure all combinations match pattern
|
||||
assert (
|
||||
URLMatcher.make_profile_url_regexp(url).pattern
|
||||
== r'^https?://(www.)?flickr\.com/photos/(.+?)$'
|
||||
== r'^https?://(www.|m.)?flickr\.com/photos/(.+?)$'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user