All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.siyoon210.ogparser4j.htmlparser.OgMetaElementHtmlParser Maven / Gradle / Ivy

The newest version!
package com.github.siyoon210.ogparser4j.htmlparser;

import java.util.List;

public interface OgMetaElementHtmlParser {
    List getOgMetaElementsFrom(String url);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy