tooxo / youtube-extract-cpp

YouTube Extraction library in C++
0 stars 0 forks source link

terminate called after throwing an instance of 'youtube::exceptions::RegexMatchError' what(): RegexMatchError #2

Open hbtalha opened 3 years ago

hbtalha commented 3 years ago

When I run the test you provided in main.cpp it fails in the first assert(understandable since the playlist link is no longer valid). I change the playlist link and it does not return any result and then it goes to fail in all the youtube::YouTube constructors with the exception throwed:

terminate called after throwing an instance of 'youtube::exceptions::RegexMatchError'
  what():  RegexMatchError

Does the library still work? Is there a fix for this ?

Thank you!

tooxo commented 3 years ago

I am not sure if the library is working right now, I'll get back to you.

hbtalha commented 3 years ago

ok, I will hopefully wait it is workin