Posts

Showing posts with the label beautifulsoup

How to get specific data using BeautifulSoup

How to get specific data using BeautifulSoup I'm not sure how to get a specific result from this: <div class="videoPlayer"> <div class="border-radius-player"> <div id="allplayers" style="position:relative;width:100%;height:100%;overflow: hidden;"> <div id="box"> <div id="player_content" class="todo" style="text-align: center; display: block;"> <div id="player" class="jwplayer jew-reset jew-skin-seven jw-state-paused jw-flag-user-inactive" tabindex="0"> <div class="jw-media jw-reset"> <video class="jw-video jw-reset" x-webkit-playsinline="" src="https:EXAMPLE-URL-HERE" preload="metadata"></video> </div"> How would I get the...