codelucas / newspaper

newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:
https://goo.gl/VX41yK
MIT License
14.2k stars 2.12k forks source link

not finding embedded youtube videos #460

Open kaundinya5 opened 7 years ago

kaundinya5 commented 7 years ago

I'm trying to scrape youtube videos from this link (https://lifehacker.com/the-best-diy-youtube-channels-to-turn-you-into-a-fix-it-1699686543), I'm successfully able to get the images, title and text but for some reason, I'm not able to get any embedded videos in the link. Is there something that I'm doing wrong?

SanaSizmic commented 1 year ago

Hi @kaundinya5, Did you find any solution?