jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
894 stars 475 forks source link

main channel thumbnail not displaying #428

Open darrenmcentee opened 4 years ago

darrenmcentee commented 4 years ago

Description

I noticed the main channel thumbnail doesn't display. I have set the ThumbnailImageMode to 0, 1 and 2. Didn't make any difference. Am i missing something?

Steps to Reproduce

https://www.youtube.com/user/skynews/

  1. Add channel to script.
  2. Subscribe to feed in podcast app.
  3. Ive tried Posketcasts and BeyondPod, both have the same issue.

Expected behavior: [What you expect to happen] The channel thumbnail to show.

Actual behavior: [What actually happens] thumbnail doesn't appear.

Version

Youtube Downloader 0.11-dev

Additional Information

See screenshots. 001

002

003

jeckman commented 4 years ago

Can you share the output of the rss feed? you can obfuscate the server name if you like, but would help to see what is getting output

darrenmcentee commented 4 years ago

Thanks for the response. Of course, see feed details here https://pastebin.com/Ay19Gyj1

darrenmcentee commented 4 years ago

I have tested this with passing both the user, and channelid to the url. Same issue. Anyone else having this issue or just me?