Update download_source_video.py
Browse files- download_source_video.py +1 -1
download_source_video.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
BASE_DIR = "./EditVerseBench"
|
| 6 |
-
PIXABAY_API = "Your-Pixabay-API" # Please change this to your own API key, which can be found here: https://pixabay.com/api/docs/
|
| 7 |
|
| 8 |
def download_pixabay_video(local_path, url_link):
|
| 9 |
video_id = url_link.strip("/").split("-")[-1]
|
|
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
BASE_DIR = "./EditVerseBench"
|
| 6 |
+
PIXABAY_API = "Your-Pixabay-API-Key" # Please change this to your own API key, which can be found here: https://pixabay.com/api/docs/
|
| 7 |
|
| 8 |
def download_pixabay_video(local_path, url_link):
|
| 9 |
video_id = url_link.strip("/").split("-")[-1]
|