- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for SitemapVideo (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
*/ private String platform; /** * Indicates whether the video is a live stream. */ private String live; /** * Creates a new SitemapVideo instance. */ public SitemapVideo() { // Default constructor } /** * Gets the thumbnail location URL. * @return the thumbnail URL */ public String getThumbnailLoc() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
import org.codelibs.fess.crawler.entity.SitemapNews; import org.codelibs.fess.crawler.entity.SitemapSet; import org.codelibs.fess.crawler.entity.SitemapUrl; import org.codelibs.fess.crawler.entity.SitemapVideo; import org.codelibs.fess.crawler.exception.CrawlingAccessException; import org.codelibs.fess.crawler.exception.SitemapsException; import org.xml.sax.Attributes; import org.xml.sax.SAXNotRecognizedException;
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 13:19:40 UTC 2025 - 34.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
import org.codelibs.fess.crawler.entity.SitemapNews; import org.codelibs.fess.crawler.entity.SitemapSet; import org.codelibs.fess.crawler.entity.SitemapUrl; import org.codelibs.fess.crawler.entity.SitemapVideo; import org.codelibs.fess.crawler.exception.CrawlingAccessException; import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class SitemapsHelperTest extends PlainTestCase {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0)