kopia lustrzana https://github.com/bellingcat/auto-archiver
Add warning *inside* instagram_extractor that it's not actively maintained
rodzic
14c56f4916
commit
4b5a8c0199
|
@ -29,6 +29,9 @@ class InstagramExtractor(Extractor):
|
||||||
# TODO: links to stories
|
# TODO: links to stories
|
||||||
|
|
||||||
def setup(self) -> None:
|
def setup(self) -> None:
|
||||||
|
logger.warning("Instagram Extractor is not actively maintained, and may not work as expected.")
|
||||||
|
logger.warning("Please consider using the Instagram Tbot Extractor or Instagram API Extractor instead.")
|
||||||
|
|
||||||
self.insta = instaloader.Instaloader(
|
self.insta = instaloader.Instaloader(
|
||||||
download_geotags=True,
|
download_geotags=True,
|
||||||
download_comments=True,
|
download_comments=True,
|
||||||
|
|
Ładowanie…
Reference in New Issue