LeonardoCardoso / SwiftLinkPreview

It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
https://leocardz.com/swift-link-preview-5a9860c7756f
MIT License
1.37k stars 196 forks source link

some of url not working properly #139

Open hareshlive opened 3 years ago

hareshlive commented 3 years ago

www.cnn.com

https://www.cnn.com/2021/04/20/politics/maxine-waters-nancy-pelosi/index.html

this url no work

please help me about this issue

nikeshakya commented 3 years ago

@hareshlive @LeonardoCardoso any update on this ? I am having similar issue with cnn links...Infinite waiting

LeonardoCardoso commented 3 years ago

@nikeshakya Hello! No updates. I haven’t had the time. Feel free to fork and investigate in the meantime.

nikeshakya commented 3 years ago

Hi @LeonardoCardoso, because of following meta " http-equiv=\"refresh\" content=\"1;url=/2.265.2/static/unsupp.html\" /" it was running in infinite recursive function call let me know if it helps in your debugging

nikeshakya commented 3 years ago

hi @LeonardoCardoso any updates please.... It has been so long...no response at all!

LeonardoCardoso commented 3 years ago

@nikeshakya you must understand that I have a life and other stuff to do. If it’s too urgent for you, feel free to fork the repo, investigate the issue and open a PR. I’m currently on vacations. Cheers!

nikeshakya commented 3 years ago

@LeonardoCardoso I was just asking you what's your thought on the result I gave you " http-equiv="refresh" content="1;url=/2.265.2/static/unsupp.html" /" basically CNN urls have tag like this

in such cases, refresh should be optional or should discard the line...