nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

NoneType' object is not subscriptable #42

Open DevTheDruid opened 2 years ago

DevTheDruid commented 2 years ago

I keep NoneType' object is not subscriptable after running scrape videos. I think the error is coming from this region. Any tips?

or profile in following: acc = 'profile.username' looter = ProfileLooter(acc, videos_only=True, template="{id}-{username}-{width}-{height}") if not looter.logged_in():

Skipped acc profile.username of 'NoneType' object is not subscriptable

kuikaw commented 2 years ago

This issue is from instalooter module, probably instagram changed something on its code, making instalooter break.