1
0
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:
Maksym Pavlenko
2017-08-04 13:35:49 -07:00
parent a1cc468f10
commit b1a608c1fb
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@@ -26,4 +26,6 @@ _testmain.go
glide.lock glide.lock
Gopkg.lock Gopkg.lock
.idea/

View File

@@ -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 (

View File

@@ -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"