You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously in cofacts/rumors-site#569, the rumors-site has changed its URL extraction logic.
This caused an issue that links may be showed as an hyperlink in website, but no review is available, due to rumors-api not recognizing these hyperlinks at all, thus not scraping them to populate the hyperlinks field in articles or replies.
Should we also use linkifyjs in rumors-api to extract hyperlinks and do Wayback Machine archiving?
Is it meaningful to extract URLs out of images and videos? Is it common for images to contain URLs?
3.Transcripts may change as user updates them, shall we extract URLs (both hyperlinks and Wayback Machine archiving) every time the transcript is changed?
The text was updated successfully, but these errors were encountered:
Previously in cofacts/rumors-site#569, the rumors-site has changed its URL extraction logic.
This caused an issue that links may be showed as an hyperlink in website, but no review is available, due to rumors-api not recognizing these hyperlinks at all, thus not scraping them to populate the
hyperlinks
field inarticles
orreplies
.Example: https://dev.cofacts.tw/article/GduxspEBoURTSGJKAAMu
We should figure out
3.Transcripts may change as user updates them, shall we extract URLs (both hyperlinks and Wayback Machine archiving) every time the transcript is changed?
The text was updated successfully, but these errors were encountered: