I'm scraping youtube and I'm having a tough time trying to save ONLY unique values.
For example, I'll scrape a channel videos yesterday .. and today there is 3 new videos.. I ONLY want to save the new video urls in a list.
I've tried binding and deduping but that just leaves the original list and the new videos combined. What I need is a filtered list of just the new clips.
I could loop through the list 1 by 1 checking but there has got to be an easy way to handle this
thanks!
Amul
For example, I'll scrape a channel videos yesterday .. and today there is 3 new videos.. I ONLY want to save the new video urls in a list.
I've tried binding and deduping but that just leaves the original list and the new videos combined. What I need is a filtered list of just the new clips.
I could loop through the list 1 by 1 checking but there has got to be an easy way to handle this
thanks!
Amul
Вложения
-
240,5 КБ Просмотры: 240
-
234,8 КБ Просмотры: 177