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

io.github.siddharthgoel88.useragents.impl.XenuLinkSleuth Maven / Gradle / Ivy

Go to download

Java utility to get User Agents from an exhaustive list of browsers, crawlers and many other softwares.

The newest version!
package io.github.siddharthgoel88.useragents.impl;

import io.github.siddharthgoel88.useragents.UserAgent;

/**
 * UserAgents from latest to oldest for XenuLinkSleuth
 */
public class XenuLinkSleuth extends UserAgent {	
	
	public String[] getAllUserAgentStrings() {
		String [] userAgentStrings = {
			"Xenu Link Sleuth 1.2i",
			"Xenu Link Sleuth 1.2h",
			"Xenu Link Sleuth 1.2g",
			"Xenu Link Sleuth 1.2f",
			"Xenu Link Sleuth 1.2e",
			"Xenu Link Sleuth 1.2d",
			"Xenu Link Sleuth 1.2c",
			"Xenu Link Sleuth 1.2b",
			"Xenu Link Sleuth/1.3.7"
		};
		return userAgentStrings;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy