SMAPPNYU / youtube-data-api

A Python Client for collect and parse public data from the Youtube Data API
https://youtube-data-api.readthedocs.io/en/latest/index.html
MIT License
79 stars 31 forks source link

Extended YouTube video ID extraction #21

Closed cbuntain closed 5 years ago

cbuntain commented 5 years ago

I added support for attribution_link forms of YouTube links and embed links to the strip_video_id_from_url() function. I also fixed a bug in the earlier version around a missing import for urllib

yinleon commented 5 years ago

Need to check why this failed, I am going to merge. Sorry for the delay