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