We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66624c2 commit 46f1ce8Copy full SHA for 46f1ce8
examples/ExampleBulkVideo.py
@@ -15,14 +15,9 @@
15
PhotoPath = "~/igvid" # Change Directory to Folder with Pics that you want to upload
16
# Change to your Photo Hashtag
17
IGCaption = "Your Caption + #Hashtag"
18
-
19
-thumb_uri = 'https://instagram.fcgk6-1.fna.fbcdn.net/vp/d9a7b1df0e691f3663644aaed820b1e3/5A63F236/t51.2885-15/e35/26157933_212816202622096_909866749820665856_n.jpg'
20
-thumbnail = thumb_uri.split("/")[-1]
+thumbnail = 'x.jpg'
21
thumbnail = os.path.dirname(os.path.abspath(__file__)) + '/' + thumbnail
22
-print(thumbnail)
23
-#
24
-#urllib.urlretrieve(video_url, video_local_path)
25
-#urllib.urlretrieve(thumb_uri, thumbnail)
+
26
27
x = os.chdir(PhotoPath)
28
ListFiles = [f for f in listdir(PhotoPath) if isfile(join(PhotoPath, f))]
0 commit comments