kopia lustrzana https://github.com/bellingcat/auto-archiver
rodzic
d21e79a272
commit
601572d76e
|
@ -77,7 +77,7 @@ class ArchivingOrchestrator:
|
||||||
5. Store all downloaded/generated media
|
5. Store all downloaded/generated media
|
||||||
6. Call selected Formatter and store formatted if needed
|
6. Call selected Formatter and store formatted if needed
|
||||||
"""
|
"""
|
||||||
original_url = result.get_url()
|
original_url = result.get_url().strip()
|
||||||
self.assert_valid_url(original_url)
|
self.assert_valid_url(original_url)
|
||||||
|
|
||||||
# 1 - sanitize - each archiver is responsible for cleaning/expanding its own URLs
|
# 1 - sanitize - each archiver is responsible for cleaning/expanding its own URLs
|
||||||
|
|
Ładowanie…
Reference in New Issue