PizzaWaffles / Automatic-Youtube-Downloader

Python
95 stars 12 forks source link

Can't get video list if the channel name is not english #44

Open FireROR opened 5 years ago

FireROR commented 5 years ago

one example, https://www.youtube.com/channel/UCg0m_Ah8P_MQbnn77-vYnYw

The line in the youtubeData.xml shows

Which cause the folder is not created and videos are missing from the download list.

FireROR commented 5 years ago

The xml file shows '<outline title="" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCg0m_Ah8P_MQbnn77-vYnYw"/>'

I can modify the outline title to make it work. Letter/numbers only. No foreign language.