Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[generic extractor] Support Open Graph meta tags #18448
Comments
|
I found that support for Open Graph is already there, only the |
Version: master
I just stumbled on some pages which are annotated the open graph protocol http://ogp.me/.
Example URL pointing to a podcast: https://logbuch-netzpolitik.de/lnp278-nach-art-des-scheiches
and it contains the following meta tags in the
head:The extraction of the formats and the media files should be trivial. Are you interested in a pull request implementing this feature?
A short search in the source code already using these meta tags in various places, but the curent support is incomplete and incorrect (at least for general cases).