<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Create Youtube playlist from list of links</title>
	<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links/</link>
	<description>Comments on Ask MetaFilter post Create Youtube playlist from list of links</description>
	<pubDate>Thu, 27 Dec 2012 06:55:12 -0800</pubDate>
	<lastBuildDate>Thu, 27 Dec 2012 06:58:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Create Youtube playlist from list of links</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links</link>	
		<description>I want to create Youtube playlists based on lists of Youtube URLs. How? &lt;br /&gt;&lt;br /&gt;  A common use case is: someone asks MetaFilter a question about good music, and a bunch of folks respond with links to Youtube. And I want to listen to it all, but I don&apos;t want to sit and click through each one! Or, someone will post a mega-YouTube linkdump, and I want to listen to it all, but I don&apos;t want to sit and click through each one!&lt;br&gt;
&lt;br&gt;
Extracting the URLs is trivial - how do I queue them up to play? An on-the-fly playlist is good (&lt;a href=&quot;http://roll.io&quot;&gt;roll.io&lt;/a&gt; looks like it might be able to do this, but I can&apos;t actually get it to do anything), but a real saveable playlist that I can then access from my AppleTV is ideal.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.231918</guid>
		<pubDate>Thu, 27 Dec 2012 06:55:12 -0800</pubDate>
		<dc:creator>dirtdirt</dc:creator>
		
			<category>youtube</category>
		
			<category>playlist</category>
		
			<category>appletv</category>
		
			<category>linkdump</category>
		
	</item>
	<item>
		<title>By: xingcat</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3356790</link>	
		<description>There&apos;s a feature in YouTube (sign up for a YouTube account, which can be the same as your Google account) called &lt;a href=&quot;http://www.youtube.com/feed/playlists&quot;&gt;Playlists&lt;/a&gt;. You can create playlists right there!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3356790</guid>
		<pubDate>Thu, 27 Dec 2012 06:58:10 -0800</pubDate>
		<dc:creator>xingcat</dc:creator>
	</item><item>
		<title>By: dirtdirt</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3356796</link>	
		<description>D&apos;oh! I should have mentioned that in my question! In order to create playlists through the interface you need to open each video, click add to playlist, and so forth. And, yeah, it works, but it involves babysitting it, and manually touching each video. I want something more automatic!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3356796</guid>
		<pubDate>Thu, 27 Dec 2012 07:00:32 -0800</pubDate>
		<dc:creator>dirtdirt</dc:creator>
	</item><item>
		<title>By: Monsieur Caution</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3356946</link>	
		<description>It ought to be possible to write a Python script that consumes a URL and retrieves it via the &lt;a href=&quot;http://docs.python-requests.org/en/latest/&quot;&gt;Requests&lt;/a&gt; or &lt;a href=&quot;http://docs.python.org/2/library/urllib2.html&quot;&gt;urllib2&lt;/a&gt; libraries, scrapes the Youtube links out of the page (a regex should do), and uses the Youtube API to create/update &lt;a href=&quot;https://developers.google.com/youtube/v3/docs/playlists&quot;&gt;playlists&lt;/a&gt; and &lt;a href=&quot;https://developers.google.com/youtube/v3/docs/playlistItems&quot;&gt;playlistitems&lt;/a&gt;.  Here&apos;s Google&apos;s &lt;a href=&quot;https://developers.google.com/youtube/v3/code_samples/python&quot;&gt;sample Python code&lt;/a&gt; for working with the Youtube API.  I&apos;d guess you&apos;re looking at an hour of work, if you know Python--maybe 3 hours if you know how to program but haven&apos;t used Python before.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3356946</guid>
		<pubDate>Thu, 27 Dec 2012 09:20:06 -0800</pubDate>
		<dc:creator>Monsieur Caution</dc:creator>
	</item><item>
		<title>By: mermily</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3357396</link>	
		<description>I post most of my bookmarks to various categories of Pinterest pages out of convenience. I have one for music and I like that I can access it anywhere.  &lt;a href=&quot;http://pinterest.com/memilygiraffe/piano/&quot;&gt;Here!&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3357396</guid>
		<pubDate>Thu, 27 Dec 2012 16:08:21 -0800</pubDate>
		<dc:creator>mermily</dc:creator>
	</item><item>
		<title>By: litlnemo</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3357440</link>	
		<description>There is an &quot;add to playlist by URL&quot; field on the new playlist screen. So you can just rapidly paste them in without having to open each video at all.&lt;br&gt;
&lt;br&gt;
I can&apos;t get to the page at the moment, but I will come back and post specifically how to find it when I get back to my computer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3357440</guid>
		<pubDate>Thu, 27 Dec 2012 16:54:55 -0800</pubDate>
		<dc:creator>litlnemo</dc:creator>
	</item><item>
		<title>By: litlnemo</title>
		<link>http://ask.metafilter.com/231918/Create-Youtube-playlist-from-list-of-links#3357507</link>	
		<description>OK, here&apos;s how you get there. Go to YouTube while logged in. Make a new playlist by whichever method you prefer. Go to your home page on YouTube, and click &quot;Playlists&quot; in the left column. Find your new playlist in the list, and click on its name. You&apos;ll see the page for that playlist. At the upper left, click &quot;Edit Playlist&quot;. Then the editing screen will appear, with a button: &quot;Add video by URL.&quot; Click that. Paste in each URL, click the &quot;Add&quot; button, and you&apos;re set!&lt;br&gt;
&lt;br&gt;
Not quite as fast as a solution that would process an entire list of URLs without human intervention, but still pretty darned fast if you have the list ready to go.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.231918-3357507</guid>
		<pubDate>Thu, 27 Dec 2012 18:00:15 -0800</pubDate>
		<dc:creator>litlnemo</dc:creator>
	</item>
	</channel>
</rss>
