getjump icon indicating copy to clipboard operation
getjump copied to clipboard

`/series/:id/first_episode`

Open eggplants opened this issue 1 year ago • 1 comments

https://comic-days.com/series/2550912964574304403/first_episode →301 redirect →https://comic-days.com/episode/2550912964611244527

eggplants avatar Oct 06 '24 07:10 eggplants

import requests
r = requests.head('http://github.com', allow_redirects=True)
r.url

eggplants avatar Dec 23 '24 00:12 eggplants