Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
exclude: docs/
- repo: https://github.com/psf/black
rev: 25.1.0
rev: 25.9.0
hooks:
- id: black
args: [--target-version=py39, --line-length=99]
Expand Down
5 changes: 4 additions & 1 deletion themoviedb/tmdb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"sonyanimation": {"id": "UCnLuLSV-Oi0ctqjxGgxFlmg", "name": "Sony Pictures Animation"},
"universal": {"id": "UCq0OueAsdxH6b8nyAspwViw", "name": "Universal Pictures"},
"paramount": {"id": "UCF9imwPMSGz4Vq1NiTWCC7g", "name": "Paramount Pictures"},
"paramountmovies": {"id": "UC9YHyj7QSkkSg2pjQ7M8Khg", "name": "Paramount Movies"}, # A different channel from paramount.
"paramountmovies": {
"id": "UC9YHyj7QSkkSg2pjQ7M8Khg",
"name": "Paramount Movies",
}, # A different channel from paramount.
"20thcentury": {"id": "UC2-BeLxzUBSs0uSrmzWhJuQ", "name": "20th Century Studios"},
"lionsgate": {"id": "UCJ6nMHaJPZvsJ-HmUmj1SeA", "name": "Lionsgate Movies"},
"a24": {"id": "UCuPivVjnfNo4mb3Oog_frZg", "name": "A24"},
Expand Down