Closed (fixed)
Project:
Feeds Crawler
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 21:38 UTC
Updated:
14 Apr 2013 at 02:49 UTC
Is there a way to import entire youtube channel, not only 20 last feed items?
I thought to import using an xml file and the module Feeds XPath Parser, but I don't now how to create the XML of a Youtube channel. Is this the right way or is there another simple solution?
Comments
Comment #1
twistor commentedThere are two arguments you can use in the request url, start-index and max-results. You'd have to change it manually since they limit the results to 50 per request. This is something that Feeds Crawler should do. I'll take this issue over.
Comment #2
mardok commentedI just used also Feeds Crawler but with no results.
Maybe I'm doing something wrong.
On Feeds Crawler settings page I have this:
>> Importer: My youtube Channel
>> Offset URL: none
>> Autodetect: Checked
>> HTML or XML: XML
>> XPath: none
>> Number of pages: 0 (no limit)
When i press Crawl the result is "There is no new content"
Comment #3
summit commentedSubscribing, greetings, Martijn
Comment #4
mardok commentedAnyone can help me?
Comment #5
twistor commentedSorry, what I should have said is that this is something that it *will* do. Currently this feature isn't supported, but it needs to be.
Comment #6
jamix commentedNo new development is needed to support paginating through YouTube feeds. A channel feed like this one already includes the <link rel='next'> tag which is parsed by Feeds Crawler beautifully.
Comment #7
infojunkie+1
Comment #8
infojunkie+1
Comment #9
twistor commentedI'm getting to it.
Comment #10
twistor commentedComment #11
joomlerrostov commentedI need help, i want to parse http://blogs.yandex.ru/search.xml?text=%D0%BD%D0%B0%D1%80%D1%83%D1%88%D0...
where at the end of url is &p=1 which is second page (first is 0). So i need to go through several pages, so p will be 2, 3, 4 .... etc. I set up Number of pages , but dont know what to put in XPath selector for next link setting.
In firebug i see that every page link has following code:
<a class="b-pager__page" href="http://blogs.yandex.ru/search.xml?text=%D0%BD%D0%B0%D1%80%D1%83%D1%88%D0%B5%D0%BD%D0%B8%D1%8F&holdres=mark&ft=comments&server=livejournal.com&from_day=01&from_month=06&from_year=2011&to_day=02&to_month=11&to_year=2011&p=1">2</a>So, what should i put in XPath selector for next link setting.
Comment #12
joomlerrostov commented.//*[@id='js']/body/table[2]/tbody/tr/td[2]/div[3]/div/div/a
put this xpath with no luck.... Who know how to solve problem ?
Comment #13
twistor commented6.x-2.x has the same features as 7.x-1.x.
Comment #15
twistor commented