nanozuki / dantalian

A nfo file generator for your anime. Source from Bangumi.
GNU General Public License v3.0
86 stars 7 forks source link

Add bangumi access token parameter #51

Closed Darnix closed 2 years ago

Darnix commented 2 years ago

In some cases, getting some subjects will return 404 response if using non-authorized user. We can add access token in header to get correct subjects and episodes info.

Example: dantalian --access_token <access_token> --source <SOURCE>

Access token can be generated in https://next.bgm.tv/demo/access-token.

laxect commented 2 years ago

@Darnix Thanks for your feedback! This option has been added.

Darnix commented 2 years ago

That's all right. Thx for responding to my issue so quickly. Nice work! ;)

@Darnix Thanks for your feedback! This option has been added.