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
When I used the downloadcategoryids.sh to fetch youtube ids of certain category, I found that, in youtube8mcategories.txt, there are some categories with 2 or more $mid like:
And when you want to download all the ids in the Drums category, the fetched $mid value in L20 is not correct (the result is 02hnl 026t6), and in the end, cause this kind of error:
So I recommend to download the youtube id by $mid, for this is the only-index!
The text was updated successfully, but these errors were encountered:
weiyx16
changed the title
class with >=2 mid will cause fail
category with >=2 mid will cause fail
Nov 14, 2020
weiyx16
changed the title
category with >=2 mid will cause fail
category with >=2 mid will cause failure
Nov 14, 2020
weiyx16
changed the title
category with >=2 mid will cause failure
category with \le mid will cause failure
Nov 14, 2020
weiyx16
changed the title
category with \le mid will cause failure
category with 2 or more mids will cause failure
Nov 14, 2020
When I used the
downloadcategoryids.sh
to fetch youtube ids of certain category, I found that, inyoutube8mcategories.txt
, there are some categories with 2 or more$mid
like:And when you want to download all the ids in the Drums category, the fetched
$mid
value in L20 is not correct (the result is02hnl 026t6
), and in the end, cause this kind of error:So I recommend to download the youtube id by
$mid
, for this is the only-index!The text was updated successfully, but these errors were encountered: