40 lines
1.6 KiB
TypeScript
40 lines
1.6 KiB
TypeScript
// XVIDEOS
|
|
|
|
export const XVIDEOS_BASE_URL: string = "https://www.xvideos.com"
|
|
export const XVIDEOS_BASE_URL_GAY: string = "https://www.xvideos.com/gay"
|
|
export const XVIDEOS_BASE_URL_TRANS: string = "https://www.xvideos.com/shemale"
|
|
|
|
|
|
// XNXX
|
|
|
|
export const XNXX_BASE_URL: string = 'https://www.xnxx.com'
|
|
|
|
export const XNXX_BASE_URL_ETERO: string = 'https://www.xnxx.com/best'
|
|
export const XNXX_BASE_URL_GAY: string = 'https://www.xnxx.com/best-of-gay'
|
|
export const XNXX_BASE_URL_TRANS: string = 'https://www.xnxx.com/best-of-shemale'
|
|
|
|
export const XNXX_BASE_SEARCH: string = 'https://www.xnxx.com/search'
|
|
|
|
// PORNHUB
|
|
|
|
export const PORNHUB_BASE_URL: string = 'https://www.pornhub.com'
|
|
export const PORNHUB_BASE_URL_VIDEO: string = 'https://www.pornhub.com/view_video.php?viewkey='
|
|
|
|
export const PORNHUB_BASE_URL_GAY: string = 'https://www.pornhub.com/gayporn'
|
|
export const PORNHUB_BASE_URL_GAY_SEARCH: string = 'https://www.pornhub.com/gay'
|
|
|
|
// YOUPORN
|
|
|
|
export const YOUPORN_BASE_URL: string = 'https://www.youporn.com'
|
|
export const YOUPORN_BASE_URL_VIDEO: string = 'https://www.youporn.com/watch'
|
|
|
|
export const YOUPORN_BASE_SEARCH: string = 'https://www.youporn.com/search/?search-btn=&query='
|
|
|
|
// REDTUBE
|
|
|
|
export const REDTUBE_BASE_URL: string = 'https://www.redtube.com'
|
|
export const REDTUBE_BASE_URL_GAY: string = 'https://www.redtube.com/gay'
|
|
export const REDTUBE_BASE_URL_TRANS: string = 'https://www.redtube.com/redtube/transgender'
|
|
|
|
export const REDTUBE_BASE_SEARCH: string = 'https://www.redtube.com/?search='
|
|
export const REDTUBE_BASE_GAY_SEARCH: string = 'https://www.redtube.com/gay?search=' |