Compare commits
2 Commits
237da99523
...
bc32f4dc95
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc32f4dc95 | ||
|
|
7db08a6ab3 |
@ -236,7 +236,7 @@ class ClouddropUploader {
|
|||||||
*/
|
*/
|
||||||
async checkAuth(signal) {
|
async checkAuth(signal) {
|
||||||
if (!this.apiKey) throw new Error('Clouddrop: API-Key fehlt');
|
if (!this.apiKey) throw new Error('Clouddrop: API-Key fehlt');
|
||||||
const res = await request(`${API_BASE}/files?limit=1`, {
|
const res = await request(`${API_BASE}/files/?limit=1`, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
dispatcher: clouddropAgent,
|
dispatcher: clouddropAgent,
|
||||||
signal,
|
signal,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-hoster-uploader",
|
"name": "multi-hoster-uploader",
|
||||||
"version": "2.7.1",
|
"version": "2.7.2",
|
||||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user