extractus / oembed-extractor

Extract oEmbed data from given webpage
https://extractor-demos.pages.dev/oembed-extractor
MIT License
108 stars 43 forks source link

YouTube playlist url doesn't work #97

Closed NickBlow closed 3 years ago

NickBlow commented 3 years ago

The generated Regex for the url is https:\/\/(.*).youtube.com\/playlist?list=(.*). Unfortunately, it needs to match the ? character literally as this is a regex reserved character.

NickBlow commented 3 years ago

https://github.com/ndaidong/oembed-parser/pull/98/files should fix this issue

ndaidong commented 3 years ago

@NickBlow I've merged your pr and published v1.4.9 Please check if your issue has been resolved.

NickBlow commented 3 years ago

Resolved