formatting
This commit is contained in:
parent
b8f23db093
commit
ccdcc00bea
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
@ -19,7 +19,7 @@ type CliFlags struct {
|
|||
type PostId uint64
|
||||
|
||||
const (
|
||||
ArtworkUrlTemplate = "https://www.pixiv.net/en/artworks/%d"
|
||||
ArtworkUrlTemplate = "https://www.pixiv.net/en/artworks/%d"
|
||||
ManifestUrlTemplate = "https://www.pixiv.net/ajax/illust/%d/ugoira_meta"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main;
|
||||
package main
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
Loading…
Add table
Reference in a new issue