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,15 +2,16 @@ package builders
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"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/url"
 | 
			
		||||
	"strings"
 | 
			
		||||
	"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 (
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,10 @@
 | 
			
		||||
package builders
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"testing"
 | 
			
		||||
 | 
			
		||||
	"github.com/mxpv/podsync/web/pkg/database"
 | 
			
		||||
	"github.com/stretchr/testify/require"
 | 
			
		||||
	"testing"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var ytKey = "AIzaSyAp0mB03BFY3fm0Oxaxk96-mnE0D3MeUp4"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user