Added arn to the main repository

This commit is contained in:
2019-06-03 18:32:43 +09:00
parent cf258573a8
commit 29a48d94a5
465 changed files with 15968 additions and 288 deletions

View File

@ -2,7 +2,7 @@ package editor
import (
"github.com/akyoto/hash"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
"github.com/animenotifier/notify.moe/utils"
"github.com/animenotifier/notify.moe/utils/animediff"

View File

@ -5,7 +5,7 @@ import (
"strconv"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
)

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// All ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// AniList ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Characters ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// DuplicateMappings ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// EpisodeLength ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Genres ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Licensors ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// LowResolutionAnimeImages filters anime with low resolution images.

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// MAL ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Producers ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Relations ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shoboi ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Source ...

View File

@ -4,7 +4,7 @@ import (
"time"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// StartDate ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Studios ...

View File

@ -2,7 +2,7 @@ package filteranime
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Synopsis ...

View File

@ -4,7 +4,7 @@ import (
"strings"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Trailers ...

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
)

View File

@ -4,7 +4,7 @@ import (
"net/http"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
)

View File

@ -2,7 +2,7 @@ package filtersoundtracks
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// File shows soundtracks without an audio file.

View File

@ -2,7 +2,7 @@ package filtersoundtracks
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Links shows soundtracks without links.

View File

@ -4,7 +4,7 @@ import (
"strings"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// MissingLyrics shows soundtracks without lyrics.

View File

@ -2,7 +2,7 @@ package filtersoundtracks
import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Tags shows soundtracks with less than 3 tags.

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
)

View File

@ -4,7 +4,7 @@ import (
"net/http"
"sync"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/utils"

View File

@ -4,7 +4,7 @@ import (
"sort"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/kitsu"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/notify.moe/utils/animediff"
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"