Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 9b17542

Browse files
committed
Version 1.4
issue #25 issue #17 issue #16
1 parent 7a8fdd2 commit 9b17542

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ItsAGramLive/ItsAGramLive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ def end_broadcast(self):
410410
return False
411411

412412
def get_post_live_thumbnails(self):
413-
# return "https://steemitimages.com/DQme2ovkXeGA9Kog5wgv9rcguK7cKZhfxVpfSeeYgfxF6KC/FB_PNG_PS_Edit2017-12_Trinh-Bikini-Shoot-MLE_DSC8828%201%201.png"
414413
if self.send_request(endpoint="live/{}/get_post_live_thumbnails/".format(self.broadcast_id)):
415414
return self.LastJson.get("thumbnails")[int(len(self.LastJson.get("thumbnails")) / 2)]
416415

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pyperclip>=1.8.0
2-
requests>=2.23.0
2+
requests>=2.23.0
3+
Pillow~=8.0.0

0 commit comments

Comments
 (0)