Skip to content

Commit

Permalink
YouTubeFeeds: loads YouTube Feeds API from HTTP instead of HTTPS so t…
Browse files Browse the repository at this point in the history
…hat the web demo will work properly
  • Loading branch information
joshtynjala committed Nov 18, 2014
1 parent fa885c3 commit 562fce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package feathers.examples.youtube.screens
public static const LIST_VIDEOS:String = "listVideos";

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

public function MainMenuScreen()
Expand Down

0 comments on commit 562fce9

Please sign in to comment.