You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the script with python version 3.8.6 and when running the script I'm getting this error:
Traceback (most recent call last): File "youtube_m3ugrabber.py", line 62, in <module> tvg_id = line[3].strip() IndexError: list index out of range
I'm just analysing what the process is doing and I'm noticing that it's reading the entries in the youtube_channel_info.txt file and splitting the data on the pipe character. However there's a lot of entries that have a missing channel icon url, so I'm assuming that judging from the output that it'll be using the next row for this, which is the channel url. However this therefore means that there is no channel url as this data is now being used for the icon url.
I assume that the channel icon isn't mandatory? I was wondering if you can create a fix for this where if there is no data for the icon url row, then provide a fallback icon that's just generic?
The text was updated successfully, but these errors were encountered:
I'm running the script with python version 3.8.6 and when running the script I'm getting this error:
Traceback (most recent call last): File "youtube_m3ugrabber.py", line 62, in <module> tvg_id = line[3].strip() IndexError: list index out of range
I'm just analysing what the process is doing and I'm noticing that it's reading the entries in the youtube_channel_info.txt file and splitting the data on the pipe character. However there's a lot of entries that have a missing channel icon url, so I'm assuming that judging from the output that it'll be using the next row for this, which is the channel url. However this therefore means that there is no channel url as this data is now being used for the icon url.
I assume that the channel icon isn't mandatory? I was wondering if you can create a fix for this where if there is no data for the icon url row, then provide a fallback icon that's just generic?
The text was updated successfully, but these errors were encountered: