|
@@ -318,9 +318,9 @@ function peertube_import_videos {
|
318
|
318
|
dialog --backtitle $"Freedombone Control Panel" \
|
319
|
319
|
--title $"Import Videos from legacy sites" \
|
320
|
320
|
--form $"Enter a channel of video URL for YouTube/Vimeo/Dailymotion" 10 75 4 \
|
321
|
|
- $"Username:" 1 1 "$MY_USERNAME" 1 28 16 15 \
|
322
|
|
- $"Password:" 2 1 "" 2 28 40 10000 \
|
323
|
|
- $"Video/Channel URL:" 3 1 "" 3 28 40 10000 \
|
|
321
|
+ $"Username:" 1 1 "$MY_USERNAME" 1 22 16 15 \
|
|
322
|
+ $"Password:" 2 1 "" 2 22 50 10000 \
|
|
323
|
+ $"Video/Channel URL:" 3 1 "" 3 22 50 10000 \
|
324
|
324
|
2> "$data2"
|
325
|
325
|
sel=$?
|
326
|
326
|
case $sel in
|