doen't work for facebook urls
enaserianhanzaei opened this issue · 3 comments
enaserianhanzaei commented
Thanks for the very useful package, however, it doesn't work for Facebook urls (the public groups), such as
https://www.facebook.com/groups/1166154663436469/permalink/4206825836035988
I get this error : check_hostname requires server_hostname
pgaref commented
Seems like an issue with urllib: https://stackoverflow.com/questions/66642705/why-requests-raise-this-exception-check-hostname-requires-server-hostname
Can you try urllib3==1.25.8 ?
enaserianhanzaei commented
@pgaref I fixed it the other day, and forgot to remove the issue. But thanks, and yes, that's the solution
pgaref commented
Thats great @enaserianhanzaei thanks for confirming!
Happy to merge in your FIX if you want to contribute to the project :)