Hi,
When i use offical php api library for tmdb it seems TvEpisodeRepository
class is not supporting getWatchProviders()
even when i try to do below:
$tmdbEpisode = $tmdbTvEpisodeRepo->load($tmdbShowId, $seasonNum, $episodeNum, [
'external_ids',
'images',
'translations',
'watch/providers'
]);
$tmdbEpisode
has no information about service providers.
How can i do that properly? Does the library not supporting that currently?
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
superboy97からの返信
投稿:2025年04月03日 2:21 PM
What are you calling "official php api library" ?
fomopopからの返信
投稿:2025年04月03日 2:42 PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
superboy97からの返信
投稿:2025年04月03日 2:45 PM
This is a third party development. You will have to contact them to get help.