AVideo-Encoder
AVideo-Encoder copied to clipboard
Strange error importing channel form youtube
I'm tring to import this channel https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg
When I'm trying to import using the Avideo Encoder I have the famous http error 429
[18-Jul-2020 12:42:05 UTC] youtubeDl::addVideo We could not get the title () of your video ( https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg)
[18-Jul-2020 12:45:08 UTC] getTitleFromLink: Get Title Error: LC_ALL=en_US.UTF-8 /usr/local/bin/youtube-dl --no-check-certificate --no-playlist --force-ipv4 --skip-download -e " https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg"
Array
(
[0] => ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
)
[18-Jul-2020 12:45:08 UTC] youtubeDl::addVideo We could not get the title () of your video ( https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg)
but... if I download the channel directly with youtube-dl in the same machine, all works fine. Why?
youtube-dl https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg
[youtube:channel] UCujwYvVGVBY3EhNBrp1H_Yg: Downloading channel page
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading webpage
[download] Downloading playlist: Uploads from Padre Adolfo
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #1
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #2
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #3
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #4
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #5
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #6
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #7
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #8
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #9
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #10
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #11
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #12
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #13
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #14
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #15
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #16
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #17
[youtube:playlist] UUujwYvVGVBY3EhNBrp1H_Yg: Downloading page #18
[youtube:playlist] playlist Uploads from Padre Adolfo: Downloading 1821 videos
[download] Downloading video 1 of 1821
[youtube] gaSYE19KfG0: Downloading webpage
[download] ¿Está mal tener miedo a la muerte ¡Descubre el secreto!-gaSYE19KfG0.mp4 has already been downloaded and merged
[download] Downloading video 2 of 1821
[youtube] v3TFWSZgrdw: Downloading webpage
[download] Misa - 17 de julio 9_00-v3TFWSZgrdw.mp4 has already been downloaded and merged
[download] Downloading video 3 of 1821
[youtube] ksrdAZWxVx0: Downloading webpage
[download] ¡El sacrificio que Dios quiere de ti!-ksrdAZWxVx0.mp4 has already been downloaded and merged
[download] Downloading video 4 of 1821
[youtube] -6IQiNmwnzI: Downloading webpage
^C
ERROR: Interrupted by user
Avideo-encoder is the last version just updated witn github ( You are running AVideo Encoder version 3.2! ) and youtube-dl is the last too (2020.06.16.1)
MaX
Because the import channel has been removed ( blocked on the script ) . You can't import anymore channels . This is for the security of the servers . Some users could literally destroy your encoder queue / storage , by adding 1000 channels .
Your channel got 1821 videos ... xD
mmm, ok but I need to import some channels because he proprietary need to have a backup of the youtube channel on my server. Next one have 5970 video :-)
Please consider to leave to import the channels using the console. So we can have the import channel facility only for the proprietary of server. ...or the possibility to import videos, desciption,and titles using "bulk Encode" option..
If I import a channel in a folder in the server filesystem with:
youtube-dl -r 350k --playlist-reverse -c --write-all-thumbnails \
--no-check-certificate --sleep-interval 11 --max-sleep-interval 57 \
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best" \
--add-metadata --write-info-json \
--write-description --write-annotation --write-thumbnail \
https://www.youtube.com/channel/UCujwYvVGVBY3EhNBrp1H_Yg
and then import the videos using bulk Encode, will be imported videos, descriptions and thumbnails?