<?xml version="1.0" encoding="utf-8" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:tt="http://teletype.in/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"><title>bek1me</title><author><name>bek1me</name></author><id>https://teletype.in/atom/bek1me</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/bek1me?offset=0"></link><link rel="alternate" type="text/html" href="https://teletype.in/@bek1me?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=bek1me"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/bek1me?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-10T21:16:29.297Z</updated><entry><id>bek1me:youtube-search</id><link rel="alternate" type="text/html" href="https://teletype.in/@bek1me/youtube-search?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=bek1me"></link><title>Search data from Youtube in Python</title><published>2023-10-22T13:34:10.249Z</published><updated>2023-10-22T13:34:46.204Z</updated><summary type="html">Install</summary><content type="html">
  &lt;p id=&quot;QYWm&quot; data-align=&quot;center&quot;&gt;Install&lt;/p&gt;
  &lt;pre id=&quot;iC03&quot;&gt;pip install youtube-search-python&lt;/pre&gt;
  &lt;p id=&quot;d4m1&quot; data-align=&quot;center&quot;&gt;Code&lt;/p&gt;
  &lt;pre id=&quot;xJnz&quot; data-lang=&quot;python&quot;&gt;from youtubesearchpython import VideosSearch

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

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

</content></entry></feed>