We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.0
master
The commit here: 27a6c48#diff-9cd20785e748deea5b742126c8ad37c2959c1a1c943a21c4d008e988a5600eceR1742-R1743
Removed the capability to have mal_search type be a commalist . It seems to be in an unrelated change about imdb.
mal_search
type
commalist
imdb
From using a python library and the corresponding query, it appears that mal api does accept list for type
mal
>>> [a.title for a in c.anime_search("type=movie,ova", limit=2)] DEBUG:urllib3.connectionpool:https://api.myanimelist.net:443 "GET /v2/anime?q=type%3Dmovie%2Cova&limit=2&fields=status%2Cmedia_type%2Cgenres%2Cmean%2Cstatus%2Cnum_episodes%2Cstart_season%2Cbroadcast%2Csource%2Clist_status HTTP/1.1" 200 None ['K-On! Movie', 'X/1999']
No response
The text was updated successfully, but these errors were encountered:
meisnate12
No branches or pull requests
Version Number
2.1.0
What branch are you on?
master
Describe the Bug
The commit here: 27a6c48#diff-9cd20785e748deea5b742126c8ad37c2959c1a1c943a21c4d008e988a5600eceR1742-R1743
Removed the capability to have
mal_search
type
be acommalist
. It seems to be in an unrelated change aboutimdb
.From using a python library and the corresponding query, it appears that
mal
api does accept list fortype
Relevant Collection/Overlay/Playlist Definition
No response
Logs
No response
The text was updated successfully, but these errors were encountered: