Due to YouTube and Twitter generating page title with JavaScript, the URL reader fails to find a title.
Because of how often pages of these two sites are linked, we can afford and need parsers specific to these.
Note: Both provide oembed pages providing information on pages sending back information about a page in json.
Youtube's is at : https://www.youtube.com/oembed?url={url}
Twitter's is at : https://publish.twitter.com/oembed?url={url}
Due to YouTube and Twitter generating page title with JavaScript, the URL reader fails to find a title.
Because of how often pages of these two sites are linked, we can afford and need parsers specific to these.
Note: Both provide
oembed
pages providing information on pages sending back information about a page in json. Youtube's is at :https://www.youtube.com/oembed?url={url}
Twitter's is at :https://publish.twitter.com/oembed?url={url}