fixing issues with upstream vk api

This commit is contained in:
msramalho
2024-07-16 16:05:35 +01:00
parent 73f17407c0
commit b2d462441e
5 changed files with 1112 additions and 1305 deletions

View File

@@ -139,7 +139,6 @@ def test_scrape_video_only():
assert len(res) == 1
assert res[0]["id"] == "video38556806_456251917"
assert str(res[0]["datetime"]) == str(datetime.datetime(2022, 3, 24, 5, 42, 38))
assert len(res[0]["payload"]) == 34
assert len(res[0]["attachments"].keys()) == 1
assert list(res[0]["attachments"].keys()) == ["video"]