<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>bek1me</title><generator>teletype.in</generator><description><![CDATA[bek1me]]></description><image><url>https://img4.teletype.in/files/b1/08/b1080cbc-4b5a-459b-bb3d-4049e2f05d79.png</url><title>bek1me</title><link>https://teletype.in/@bek1me</link></image><link>https://teletype.in/@bek1me?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bek1me</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/bek1me?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/bek1me?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Fri, 10 Apr 2026 21:16:58 GMT</pubDate><lastBuildDate>Fri, 10 Apr 2026 21:16:58 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@bek1me/youtube-search</guid><link>https://teletype.in/@bek1me/youtube-search?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bek1me</link><comments>https://teletype.in/@bek1me/youtube-search?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=bek1me#comments</comments><dc:creator>bek1me</dc:creator><title>Search data from Youtube in Python</title><pubDate>Sun, 22 Oct 2023 13:34:10 GMT</pubDate><description><![CDATA[Install]]></description><content:encoded><![CDATA[
  <p id="QYWm" data-align="center">Install</p>
  <pre id="iC03">pip install youtube-search-python</pre>
  <p id="d4m1" data-align="center">Code</p>
  <pre id="xJnz" data-lang="python">from youtubesearchpython import VideosSearch

videosSearch = VideosSearch(&#x27;NoCopyrightSounds&#x27;, limit = 1)

print(videosSearch.result())</pre>
  <p id="EkKI" data-align="center">Result</p>
  <pre id="QxTh" data-lang="jsx">{
    &quot;result&quot;: [
        {
            &quot;type&quot;: &quot;video&quot;,
            &quot;id&quot;: &quot;K4DyBUG242c&quot;,
            &quot;title&quot;: &quot;Cartoon - On &amp; On (feat. Daniel Levi) [NCS Release]&quot;,
            &quot;publishedTime&quot;: &quot;5 years ago&quot;,
            &quot;duration&quot;: &quot;3:28&quot;,
            &quot;viewCount&quot;: {
                &quot;text&quot;: &quot;389,673,774 views&quot;,
                &quot;short&quot;: &quot;389M views&quot;
            },
            &quot;thumbnails&quot;: [
                {
                    &quot;url&quot;: &quot;https://i.ytimg.com/vi/K4DyBUG242c/hqdefault.jpg?sqp=-oaymwEjCOADEI4CSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&amp;rs=AOn4CLBkTusCwcZQlmVAaRQ5rH-mvBuA1g&quot;,
                    &quot;width&quot;: 480,
                    &quot;height&quot;: 270
                }
            ],
            &quot;richThumbnail&quot;: {
                &quot;url&quot;: &quot;https://i.ytimg.com/an_webp/K4DyBUG242c/mqdefault_6s.webp?du=3000&amp;sqp=COCn64IG&amp;rs=AOn4CLBeYxeJ_5lME4jXbFQlv7kIN37kmw&quot;,
                &quot;width&quot;: 320,
                &quot;height&quot;: 180
            },
            &quot;descriptionSnippet&quot;: [
                {
                    &quot;text&quot;: &quot;NCS: Music Without Limitations NCS Spotify: http://spoti.fi/NCS Free Download / Stream: http://ncs.io/onandon \u25bd Connect with\u00a0...&quot;
                }
            ],
            &quot;channel&quot;: {
                &quot;name&quot;: &quot;NoCopyrightSounds&quot;,
                &quot;id&quot;: &quot;UC_aEa8K-EOJ3D6gOs7HcyNg&quot;,
                &quot;thumbnails&quot;: [
                    {
                        &quot;url&quot;: &quot;https://yt3.ggpht.com/a-/AOh14GhS0G5FwV8rMhVCUWSDp36vWEvnNs5Vl97Zww=s68-c-k-c0x00ffffff-no-rj-mo&quot;,
                        &quot;width&quot;: 68,
                        &quot;height&quot;: 68
                    }
                ],
                &quot;link&quot;: &quot;https://www.youtube.com/channel/UC_aEa8K-EOJ3D6gOs7HcyNg&quot;
            },
            &quot;accessibility&quot;: {
                &quot;title&quot;: &quot;Cartoon - On &amp; On (feat. Daniel Levi) [NCS Release] by NoCopyrightSounds 5 years ago 3 minutes, 28 seconds 389,673,774 views&quot;,
                &quot;duration&quot;: &quot;3 minutes, 28 seconds&quot;
            },
            &quot;link&quot;: &quot;https://www.youtube.com/watch?v=K4DyBUG242c&quot;,
            &quot;shelfTitle&quot;: null
        }
    ]
}</pre>

]]></content:encoded></item></channel></rss>