• Resolved angelo123

    (@angelo123)


    Everything work fine, plugin is really cool!

    Any way, I have one issue with YouTube RSS.
    When I trying to get Feeds from any Youtube channel – I can’t get Content (Description).
    So, I receive Title, Time, Thumbnail image and etc. but I can’t get Description.

    Here is an example below.

    – RSS url (channel url):
    https://www.youtube.com/feeds/videos.xml?channel_id=UCU8bQExxd38i-mnn-GLOtfA

    – Data we see there:

    <entry>
    <title>XXXX</title>
    <link rel=”alternate” href=”http youtu.be/G_JyslhwtUs”/>
    <author>
    <name>UFC Russia</name>
    <uri>http UCU8bQExxd38i-mnn-GLOtfA</uri>
    </author>
    <published>2021-02-18T14:00:12+00:00</published>
    <updated>2021-02-18T14:00:12+00:00</updated>
    <media:group>
    <media:title>XXXX</media:title>
    <media:content url=”http xxx” type=”application/x-shockwave-flash” width=”640″ height=”390″/>
    <media:thumbnail url=”http xxx” width=”480″ height=”360″/>
    <media:description>YYYYY</media:description>
    <media:community>
    <media:starRating count=”463″ average=”4.84″ min=”1″ max=”5″/>
    <media:statistics views=”3241″/>
    </media:community>
    </media:group>
    </entry>

    I’ve open RSS_Retriever_Feed.php and RSS_Retriever_Feed_Item.php in dir /inc/classes, and looks like there are no any “get_description()” function. But I see the “get_content()” within the code, but looks like it don’t grab the “description” data from YouTube .rss file.

    How can I resolve that issue? Can you help, please?
    Thank you

    • This topic was modified 3 years, 2 months ago by angelo123.
    • This topic was modified 3 years, 2 months ago by angelo123.
    • This topic was modified 3 years, 2 months ago by angelo123.
    • This topic was modified 3 years, 2 months ago by angelo123.
    • This topic was modified 3 years, 2 months ago by angelo123.
    • This topic was modified 3 years, 2 months ago by angelo123.
  • The topic ‘YouTube feeds issue’ is closed to new replies.