Skip to content

Getting an episode URL returns deleted episodes #95

@aklinker1

Description

@aklinker1
curl --request POST \
  --url https://api.anime-skip.com/graphql \
  --header 'Content-Type: application/json' \
  --header 'X-Client-ID: xxx' \
  --data '{"query":"\n\nquery GetEpisodeUrl($episodeUrl: String!) {\n  findEpisodeUrl(episodeUrl: $episodeUrl) {\n    url\n\t\tupdatedAt\n    source\n    episodeId\n    duration\n    timestampsOffset\n    episode {\n      id\n      name\n\t\tdeletedAt\n      timestamps {\n        id\n\t\t\t\tcreatedBy { username }\n        type {\n          name\n        }\n      }\n      show {\n        name\n      }\n    }\n  }\n}\n","variables":{"episodeUrl":"https://beta.crunchyroll.com/watch/G6K58ZPMY/a-hungry-front-luffy-and-the-navy-rookies"},"operationName":"GetEpisodeUrl"}'

And deleting an episode doesn't delete it's URLs

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions