mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
5 lines
No EOL
74 B
JavaScript
5 lines
No EOL
74 B
JavaScript
exports.Type = {
|
|
MOVIE: 'movie',
|
|
SERIES: 'series',
|
|
ANIME: 'anime'
|
|
}; |