Update app.py
Browse files
app.py
CHANGED
|
@@ -18,26 +18,36 @@ FETCH_API_URL = f"{BASE_URL}/batch/download-all/{{}}"
|
|
| 18 |
|
| 19 |
# Video URLs to download from YouTube
|
| 20 |
VIDEO_URLS = [
|
| 21 |
-
"https://youtu.be/
|
| 22 |
-
"https://youtu.be/
|
| 23 |
-
"https://youtu.be/
|
| 24 |
-
"https://youtu.be/
|
| 25 |
-
"https://youtu.be/
|
| 26 |
-
"https://youtu.be/
|
| 27 |
-
"https://youtu.be/
|
| 28 |
-
"https://youtu.be/
|
| 29 |
-
"https://youtu.be/
|
| 30 |
-
"https://youtu.be/
|
| 31 |
-
"https://youtu.be/
|
| 32 |
-
"https://youtu.be/
|
| 33 |
-
"https://youtu.be/
|
| 34 |
-
"https://youtu.be/
|
| 35 |
-
"https://youtu.be/
|
| 36 |
-
"https://youtu.be/
|
| 37 |
-
"https://youtu.be/
|
| 38 |
-
"https://youtu.be/
|
| 39 |
-
"https://youtu.be/
|
| 40 |
-
"https://youtu.be/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
]
|
| 42 |
|
| 43 |
|
|
|
|
| 18 |
|
| 19 |
# Video URLs to download from YouTube
|
| 20 |
VIDEO_URLS = [
|
| 21 |
+
"https://youtu.be/a-4oCHe-hDE",
|
| 22 |
+
"https://youtu.be/Q30-nakUrSM",
|
| 23 |
+
"https://youtu.be/HSm-cq7zd2s",
|
| 24 |
+
"https://youtu.be/x6oWgtJInCQ",
|
| 25 |
+
"https://youtu.be/9gn_1V1sCS8",
|
| 26 |
+
"https://youtu.be/dIv2FXyD3CU",
|
| 27 |
+
"https://youtu.be/SGUBriL9bNU",
|
| 28 |
+
"https://youtu.be/ABayYXu7OfI",
|
| 29 |
+
"https://youtu.be/-c0Evpf8V3A",
|
| 30 |
+
"https://youtu.be/F7VggbBaCsg",
|
| 31 |
+
"https://youtu.be/cn5BC3Vzcsc",
|
| 32 |
+
"https://youtu.be/TbjEVSNPiMQ",
|
| 33 |
+
"https://youtu.be/2PNiRWStZIo",
|
| 34 |
+
"https://youtu.be/UEeXv1bczuE",
|
| 35 |
+
"https://youtu.be/mYgznqvbisM",
|
| 36 |
+
"https://youtu.be/VMLW6XW0k6U",
|
| 37 |
+
"https://youtu.be/G17sBkp-DIk",
|
| 38 |
+
"https://youtu.be/XO783U-B5bg",
|
| 39 |
+
"https://youtu.be/n6V8v5PlvGI",
|
| 40 |
+
"https://youtu.be/VFSg3DkGSXQ",
|
| 41 |
+
"https://youtu.be/WgZ1K3J3RGU",
|
| 42 |
+
"https://youtu.be/DEx1nwxRzXQ",
|
| 43 |
+
"https://youtu.be/xbKDdRDLhJ8",
|
| 44 |
+
"https://youtu.be/F5Z8rj-fekU",
|
| 45 |
+
"https://youtu.be/wkX0z6ygng4",
|
| 46 |
+
"https://youtu.be/rg-VJGf3Z8E",
|
| 47 |
+
"https://youtu.be/Bkme3OeK6DM",
|
| 48 |
+
"https://youtu.be/FsniCv0L-7E",
|
| 49 |
+
"https://youtu.be/fZrY5n-wqZQ",
|
| 50 |
+
"https://youtu.be/XGHBtvnvz9U"
|
| 51 |
]
|
| 52 |
|
| 53 |
|