UNPKG

rsshub

Version:
11 lines (9 loc) 368 B
import type { Namespace } from '@/types'; export const namespace: Namespace = { name: 'The Movie Database', url: 'themoviedb.org', description: `::: tip Refer to [https://developers.themoviedb.org/3/getting-started/languages](https://developers.themoviedb.org/3/getting-started/languages) for the language parameter in the route. :::`, lang: 'en', };