mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Use fork of podcast library
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,3 +27,5 @@ _testmain.go
|
|||||||
glide.lock
|
glide.lock
|
||||||
|
|
||||||
Gopkg.lock
|
Gopkg.lock
|
||||||
|
|
||||||
|
.idea/
|
@@ -2,15 +2,16 @@ package builders
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/BrianHicks/finch/duration"
|
|
||||||
itunes "github.com/eduncan911/podcast"
|
|
||||||
"github.com/mxpv/podsync/web/pkg/database"
|
|
||||||
"github.com/pkg/errors"
|
|
||||||
"google.golang.org/api/youtube/v3"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/BrianHicks/finch/duration"
|
||||||
|
itunes "github.com/mxpv/podcast"
|
||||||
|
"github.com/mxpv/podsync/web/pkg/database"
|
||||||
|
"github.com/pkg/errors"
|
||||||
|
"google.golang.org/api/youtube/v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
package builders
|
package builders
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
"github.com/mxpv/podsync/web/pkg/database"
|
"github.com/mxpv/podsync/web/pkg/database"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var ytKey = "AIzaSyAp0mB03BFY3fm0Oxaxk96-mnE0D3MeUp4"
|
var ytKey = "AIzaSyAp0mB03BFY3fm0Oxaxk96-mnE0D3MeUp4"
|
||||||
|
Reference in New Issue
Block a user