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