mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:13:25 +00:00
Quotes
This commit is contained in:
@@ -9,9 +9,9 @@ You can attach events if you need to know what is going on while its processing.
|
||||
// media from TMDB
|
||||
const media = {
|
||||
type: 'movie',
|
||||
title: "Hamilton",
|
||||
title: 'Hamilton',
|
||||
releaseYear: 2020,
|
||||
tmdbId: "556574"
|
||||
tmdbId: '556574'
|
||||
}
|
||||
|
||||
// scrape a stream
|
||||
|
Reference in New Issue
Block a user