Fix url cassée dans le test
This commit is contained in:
parent
a63ed50750
commit
96f0bae925
@ -31,7 +31,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
u2e = URL2Events(SimpleDownloader(), mobilizon.CExtractor())
|
u2e = URL2Events(SimpleDownloader(), mobilizon.CExtractor())
|
||||||
url = "https://mobilizon.fr/@attac63/events?"
|
url = "https://mobilizon.fr/@attac63/events?"
|
||||||
url_human = "htthttps://mobilizon.fr/@attac63/events"
|
url_human = "https://mobilizon.fr/@attac63/events"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
events = u2e.process(url, url_human, cache = "cache-attac63.html", default_values = {}, published = True)
|
events = u2e.process(url, url_human, cache = "cache-attac63.html", default_values = {}, published = True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user