google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Unable to retreev channels feed #472

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using python's gdata-2.0.13 to access youtube. When I try access a channel 
feed, the program informs me that these feeds can only be accessed using 2.0 or 
higher. This is strange because, acording to my mathamatics, gdata-2.0.13 is 
higher than (or at least equal to) two.

Original issue reported on code.google.com by dylan.ne...@gmail.com on 6 Dec 2010 at 6:13

GoogleCodeExporter commented 9 years ago
Dylan,

Can you attach an example of your code? 

brett

Original comment by brettmor...@google.com on 6 Dec 2010 at 6:15

GoogleCodeExporter commented 9 years ago
Hey bret, Stupid me, I sorted it out. I forgot to append a v=2 to my
query string. Sorry about all the fuss.

I do have a question though. (I'm not sure if this is the write place
to ask it but I'll do it anyway.) I have a youtube video feed object.
How do I get the total results? Obj.total_results is None. I know the
tag is <onenSearch:totalResults />, but can't access via python.

On 12/6/10, gdata-python-client@googlecode.com
<gdata-python-client@googlecode.com> wrote:

Original comment by dylan.ne...@gmail.com on 7 Dec 2010 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by joe.gregorio@gmail.com on 21 Jan 2011 at 3:47