[sexcom] fix 'tags' when passing cookies (#8880)
This commit is contained in:
@@ -39,7 +39,7 @@ class SexcomExtractor(Extractor):
|
|||||||
pin["date"] = d
|
pin["date"] = d
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
pin["tags"] = [t[1:] for t in pin["tags"]]
|
pin["tags"] = [t[1:] if t[0] == "@" else t for t in pin["tags"]]
|
||||||
|
|
||||||
yield Message.Url, url, pin
|
yield Message.Url, url, pin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user