Skip to content

Commit 562fce9

Browse files
committed
YouTubeFeeds: loads YouTube Feeds API from HTTP instead of HTTPS so that the web demo will work properly
1 parent fa885c3 commit 562fce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/YouTubeFeeds/source/feathers/examples/youtube/screens/MainMenuScreen.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package feathers.examples.youtube.screens
3030
public static const LIST_VIDEOS:String = "listVideos";
3131

3232
private static const CATEGORIES_URL:String = "http://gdata.youtube.com/schemas/2007/categories.cat";
33-
private static const FEED_URL_BEFORE:String = "https://gdata.youtube.com/feeds/api/standardfeeds/US/most_popular_";
33+
private static const FEED_URL_BEFORE:String = "http://gdata.youtube.com/feeds/api/standardfeeds/US/most_popular_";
3434
private static const FEED_URL_AFTER:String = "?v=2";
3535

3636
public function MainMenuScreen()

0 commit comments

Comments
 (0)