2025. 1. 16. 17:00ㆍLLM(Large Language Model)의 기초/LLM 서비스 기초
1. 크롤링
크롤링(Crawling)이란 웹 크롤러(Web Crawler) 또는 스크레이퍼(Scraper)라고 불리는 프로그램이나 스크립트를 사용하여 인터넷상의 웹 페이지에서 데이터를 자동으로 수집하는 과정을 말합니다. 주로 검색 엔진이 웹사이트를 탐색하고 색인(Index)에 추가하기 위해 사용하는 기술이며, 특정 주제나 데이터를 수집해 분석하는 데에도 활용됩니다. 크롤링은 HTML, CSS, JavaScript로 구성된 웹페이지 구조를 파싱(Parsing)하여 원하는 정보를 추출하고, 이를 활용 가능한 데이터 형식으로 저장합니다. 크롤링 시에는 웹사이트의 이용 약관과 로봇 배제 표준(Robots.txt)을 준수하여 법적, 윤리적 문제를 방지해야 합니다.
https://www.melon.com/robots.txt/
2.basicenglishspeaking.com
* [주소] (https://basicenglishspeaking.com/daily-english-conversation-topics/)
예시 1)
# requests와 BeautifulSoup 라이브러리를 가져옵니다.
##응답이 200이면 정상
##응답이 404는 거절
# 웹 스크래핑에 필요한 requests 라이브러리를 가져옵니다.
import requests
from bs4 import BeautifulSoup
# 데이터를 가져올 대상 웹사이트 URL을 정의합니다.
site = 'https://basicenglishspeaking.com/daily-english-conversation-topics/'
# requests.get() 메서드를 사용하여 웹사이트에 HTTP GET 요청을 보냅니다.
request = requests.get(site)
# 응답 객체(request)를 출력합니다.
# <Response [200]> 형식으로 출력되며, 200은 요청이 성공했음을 의미합니다.
print(request)
# 응답의 HTML 콘텐츠를 출력합니다.
# request.text는 가져온 웹페이지의 HTML 소스를 텍스트 형식으로 반환합니다.
print(request.text)
--->
<Response [200]>
<!doctype html><html lang=en-us><head><script>var __ezHttpConsent={setByCat:function(src,tagType,attributes,category,force){var setScript=function(){if(force||window.ezTcfConsent[category]){var scriptElement=document.createElement(tagType);scriptElement.src=src;attributes.forEach(function(attr){for(var key in attr){if(attr.hasOwnProperty(key)){scriptElement.setAttribute(key,attr[key]);}}});var firstScript=document.getElementsByTagName(tagType)[0];firstScript.parentNode.insertBefore(scriptElement,firstScript);}};if(force||(window.ezTcfConsent&&window.ezTcfConsent.loaded)){setScript();}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){setScript();}else{console.error("cannot get ez consent data");force=true;setScript();}});}else{force=true;setScript();console.error("getEzConsentData is not a function");}},};</script>
<script>var ezTcfConsent=window.ezTcfConsent?window.ezTcfConsent:{loaded:false,store_info:false,develop_and_improve_services:false,measure_ad_performance:false,measure_content_performance:false,select_basic_ads:false,create_ad_profile:false,select_personalized_ads:false,create_content_profile:false,select_personalized_content:false,understand_audiences:false,use_limited_data_to_select_content:false,};function getEzConsentData(){return new Promise(function(resolve){document.addEventListener("ezConsentEvent",function(event){var ezTcfConsent=event.detail.ezTcfConsent;resolve(ezTcfConsent);});});}</script>
<script>function _setEzCookies(ezConsentData){var cookies=[{name:"ezopvc_62087",value:"1; Path=/; Domain=basicenglishspeaking.com; Expires=Thu, 05 Dec 2024 02:05:34 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoab_62087",value:"mod1; Path=/; Domain=basicenglishspeaking.com; Max-Age=7200",tcfCategory:"store_info",isEzoic:"true",},{name:"active_template::62087",value:"pub_site.1733418028; Path=/; Domain=basicenglishspeaking.com; Expires=Sat, 07 Dec 2024 17:00:28 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezoadgid_62087",value:"-1; Path=/; Domain=basicenglishspeaking.com; Max-Age=1800",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezosuibasgeneris-1",value:"c4dc9cb7-5d23-431c-47d3-aa897ebe0e3d; Path=/; Domain=basicenglishspeaking.com; Expires=Fri, 05 Dec 2025 17:00:28 UTC; Secure; SameSite=None",tcfCategory:"understand_audiences",isEzoic:"true",}];for(var i=0;i<cookies.length;i++){var cookie=cookies[i];if(ezConsentData&&ezConsentData.loaded&&ezConsentData[cookie.tcfCategory]){document.cookie=cookie.name+"="+cookie.value;}}}
if(window.ezTcfConsent&&window.ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else{console.error("cannot get ez consent data");_setEzCookies(window.ezTcfConsent);}});}else{console.error("getEzConsentData is not a function");_setEzCookies(window.ezTcfConsent);}</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"edge_cache_status":14,"edge_response_time":13,"url":"https://basicenglishspeaking.com/daily-english-conversation-topics/"}, typeof window._ezaq !== "undefined" ? window._ezaq : {});</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"ezcache_level":2}, typeof window._ezaq !== "undefined" ? window._ezaq : {});</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"ab_test_id":"mod1"}, typeof window._ezaq !== "undefined" ? window._ezaq : {});window.__ez=window.__ez||{};window.__ez.tf={};</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window.ezDisableAds = true;</script><script src="https://the.gatekeeperconsent.com/gpp/v1/gppstub.js?cb=2" async></script><script data-ezscrex=false data-cfasync=false data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=false;__ez.queue=function(){var e=0,i=0,t=[],n=!1,o=[],r=[],s=!0,a=function(e,i,n,o,r,s,a){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,d=this;this.name=e,this.funcName=i,this.parameters=null===n?null:w(n)?n:[n],this.isBlock=o,this.blockedBy=r,this.deleteWhenComplete=s,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=a,this.fWindow=l,this.isTimeDelay=!1,this.process=function(){u("... func = "+e),d.isInitialized=!0,d.isComplete=!0,u("... func.apply: "+e);var i=d.funcName.split("."),n=null,o=this.fWindow||window;i.length>3||(n=3===i.length?o[i[0]][i[1]][i[2]]:2===i.length?o[i[0]][i[1]]:o[d.funcName]),null!=n&&n.apply(null,this.parameters),!0===d.deleteWhenComplete&&delete t[e],!0===d.isBlock&&(u("----- F'D: "+d.name),m())}},l=function(e,i,t,n,o,r,s){var a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,l=this;this.name=e,this.path=i,this.async=o,this.defer=r,this.isBlock=t,this.blockedBy=n,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=s,this.fWindow=a,this.isTimeDelay=!1,this.isPath=function(e){return"/"===e[0]&&"/"!==e[1]},this.getSrc=function(e){return void 0!==window.__ezScriptHost&&this.isPath(e)&&"banger.js"!==this.name?window.__ezScriptHost+e:e},this.process=function(){l.isInitialized=!0,u("... file = "+e);var i=this.fWindow?this.fWindow.document:document,t=i.createElement("script");t.src=this.getSrc(this.path),!0===o?t.async=!0:!0===r&&(t.defer=!0),t.onerror=function(){var e={url:window.location.href,name:l.name,path:l.path,user_agent:window.navigator.userAgent};"undefined"!=typeof _ezaq&&(e.pageview_id=_ezaq.page_view_id);var i=encodeURIComponent(JSON.stringify(e)),t=new XMLHttpRequest;t.open("GET","//g.ezoic.net/ezqlog?d="+i,!0),t.send(),u("----- ERR'D: "+l.name),l.isError=!0,!0===l.isBlock&&m()},t.onreadystatechange=t.onload=function(){var e=t.readyState;u("----- F'D: "+l.name),e&&!/loaded|complete/.test(e)||(l.isComplete=!0,!0===l.isBlock&&m())},i.getElementsByTagName("head")[0].appendChild(t)}},d=function(e,i){this.name=e,this.path="",this.async=!1,this.defer=!1,this.isBlock=!1,this.blockedBy=[],this.isInitialized=!0,this.isError=!1,this.isComplete=i,this.proceedIfError=!1,this.isTimeDelay=!1,this.process=function(){}};function c(e,i,n,s,a,d,c,f,u){var m=new l(e,i,n,s,a,d,c,u);!0===f?o[e]=m:r[e]=m,t[e]=m,h(m)}function h(e){!0!==f(e)&&0!=s&&e.process()}function f(e){if(!0===e.isTimeDelay&&!1===n)return u(e.name+" blocked = TIME DELAY!"),!0;if(w(e.blockedBy))for(var i=0;i<e.blockedBy.length;i++){var o=e.blockedBy[i];if(!1===t.hasOwnProperty(o))return u(e.name+" blocked = "+o),!0;if(!0===e.proceedIfError&&!0===t[o].isError)return!1;if(!1===t[o].isComplete)return u(e.name+" blocked = "+o),!0}return!1}function u(e){var i=window.location.href,t=new RegExp("[?&]ezq=([^&#]*)","i").exec(i);"1"===(t?t[1]:null)&&console.debug(e)}function m(){++e>200||(u("let's go"),p(o),p(r))}function p(e){for(var i in e)if(!1!==e.hasOwnProperty(i)){var t=e[i];!0===t.isComplete||f(t)||!0===t.isInitialized||!0===t.isError?!0===t.isError?u(t.name+": error"):!0===t.isComplete?u(t.name+": complete already"):!0===t.isInitialized&&u(t.name+": initialized already"):t.process()}}function w(e){return"[object Array]"==Object.prototype.toString.call(e)}return window.addEventListener("load",(function(){setTimeout((function(){n=!0,u("TDELAY -----"),m()}),5e3)}),!1),{addFile:c,addFileOnce:function(e,i,n,o,r,s,a,l,d){t[e]||c(e,i,n,o,r,s,a,l,d)},addDelayFile:function(e,i){var n=new l(e,i,!1,[],!1,!1,!0);n.isTimeDelay=!0,u(e+" ... FILE! TDELAY"),r[e]=n,t[e]=n,h(n)},addFunc:function(e,n,s,l,d,c,f,u,m,p){!0===c&&(e=e+"_"+i++);var w=new a(e,n,s,l,d,f,u,p);!0===m?o[e]=w:r[e]=w,t[e]=w,h(w)},addDelayFunc:function(e,i,n){var o=new a(e,i,n,!1,[],!0,!0);o.isTimeDelay=!0,u(e+" ... FUNCTION! TDELAY"),r[e]=o,t[e]=o,h(o)},items:t,processAll:m,setallowLoad:function(e){s=e},markLoaded:function(e){if(e&&0!==e.length){if(e in t){var i=t[e];!0===i.isComplete?u(i.name+" "+e+": error loaded duplicate"):(i.isComplete=!0,i.isInitialized=!0)}else t[e]=new d(e,!0);u("markLoaded dummyfile: "+t[e].name)}},logWhatsBlocked:function(){for(var e in t)!1!==t.hasOwnProperty(e)&&f(t[e])}}}();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.dot={};__ez.queue.addFile('/detroitchicago/boise.js','/detroitchicago/boise.js?gcb=195-3&cb=5',true,[],true,false,true,false);__ez.queue.addFile('/parsonsmaize/abilene.js','/parsonsmaize/abilene.js?gcb=195-3&cb=0db397a922',true,[],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>__ez.ssaf=[17,16];__ez.sswp=4;__ez.ssv=861668;__ez.sshsdef=false;</script><script data-ezscrex=false data-cfasync=false>__ez.queue.addFile('/tardisrocinante/screx.js','/tardisrocinante/screx.js?gcb=3&cb=5',false,['/detroitchicago/tulsa.js'],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>(function(){if("function"===typeof window.CustomEvent)return!1;window.CustomEvent=function(c,a){a=a||{bubbles:!1,cancelable:!1,detail:null};var b=document.createEvent("CustomEvent");b.initCustomEvent(c,a.bubbles,a.cancelable,a.detail);return b}})();</script><script data-ezscrex=false data-cfasync=false>__ez.queue.addFile('/detroitchicago/tulsa.js','/detroitchicago/tulsa.js?gcb=195-3&cb=9',false,[],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>window._ezaq=Object.assign({"ad_cache_level":2,"adpicker_placement_cnt":1,"ai_placeholder_cache_level":2,"ai_placeholder_placement_cnt":2,"domain_id":62087,"ezcache_level":2,"ezcache_skip_code":0,"has_bad_image":0,"has_bad_words":0,"is_sitespeed":1,"lt_cache_level":0,"publish_date":"2016-08-27","response_size":63364,"response_size_orig":54124,"response_time_orig":2,"template_id":134,"url":"https://basicenglishspeaking.com/daily-english-conversation-topics/","word_count":633,"worst_bad_word_level":0},typeof window._ezaq!=="undefined"?window._ezaq:{});__ez.queue.markLoaded('ezaqBaseReady');</script><link rel=stylesheet href="/ezvideo/ezvideojscss.css?cb=144"><link rel=stylesheet href="/ezvideo/ezvideocustomcss.css?cb=62087-0-144"><script>window.ezVideo={"appendFloatAfterAd":false,"language":"en","titleString":"","titleOption":"","autoEnableCaptions":false}</script><link rel=preconnect href=//www.googletagmanager.com crossorigin><link rel=preconnect href=//gumroad.com crossorigin><link rel=preconnect href=//images.dmca.com crossorigin><link rel=preconnect href=//go.ezoic.net crossorigin><script data-ezscrex=false data-cfasync=false data-pagespeed-no-defer src="/tardisrocinante/cash.js?cb=4"></script><link rel=preload as=script href=//securepubads.g.doubleclick.net/tag/js/gpt.js><link rel=preload as=script href="//go.ezodn.com/hb/dall.js?cb=195-3-111"><script type=text/ez-screx>(function(){function storageAvailable(type){var storage;try{storage=window[type];var x='__storage_test__';storage.setItem(x,x);storage.removeItem(x);return true;}
catch(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==='QuotaExceededError'||e.name==='NS_ERROR_DOM_QUOTA_REACHED')&&(storage&&storage.length!==0);}}
function remove_ama_config(){if(storageAvailable('localStorage')){localStorage.removeItem("google_ama_config");}}
remove_ama_config()})()</script><script>var ezoicTestActive=true</script><script>var _ez_send_requests_through_ezoic=true;</script><script data-ezscrex=false data-cfasync=false>window.ezAnalyticsStatic=true;window._ez_send_requests_through_ezoic=true;function analyticsAddScript(script){var ezDynamic=document.createElement('script');ezDynamic.type='text/javascript';ezDynamic.innerHTML=script;document.head.appendChild(ezDynamic);}
function getCookiesWithPrefix(){var allCookies=document.cookie.split(';');var cookiesWithPrefix={};for(var i=0;i<allCookies.length;i++){var cookie=allCookies[i].trim();for(var j=0;j<arguments.length;j++){var prefix=arguments[j];if(cookie.indexOf(prefix)===0){var cookieParts=cookie.split('=');var cookieName=cookieParts[0];var cookieValue=cookieParts.slice(1).join('=');cookiesWithPrefix[cookieName]=decodeURIComponent(cookieValue);break;}}}
return cookiesWithPrefix;}
function productAnalytics(){var d={"pr":[1,6,3,2],"aop":{"2":0,"4":134,"7":0},"vsc":2,"omd5":"295c54077eba61d35fb213203ba1dd3d"};d.u=_ezaq.url;d.p=_ezaq.page_view_id;d.v=_ezaq.visit_uuid;d.ab=_ezaq.ab_test_id;d.e=JSON.stringify(_ezaq);d.ref=document.referrer;d.c=getCookiesWithPrefix('active_template','ez','lp_');if(typeof ez_utmParams!=='undefined'){d.utm=ez_utmParams;}
var dataText=JSON.stringify(d);var xhr=new XMLHttpRequest();xhr.open('POST','//g.ezoic.net/ezais/analytics?cb=1',true);xhr.onload=function(){if(xhr.status!=200){return;}
if(document.readyState!=='loading'){analyticsAddScript(xhr.response);return;}
var eventFunc=function(){if(document.readyState==='loading'){return;}
document.removeEventListener('readystatechange',eventFunc,false);analyticsAddScript(xhr.response);};document.addEventListener('readystatechange',eventFunc,false);};xhr.setRequestHeader('Content-Type','text/plain');xhr.send(dataText);}
__ez.queue.addFunc("productAnalytics","productAnalytics",null,true,['ezaqBaseReady'],false,false,false,true);</script><script data-ezscrex=false data-cfasync=false async>function productEzoicAds(){if(window.ezDisableAds===true){return;}
window.google_reactive_ads_global_state={adCount:{},floatingAdsStacking:{maxZIndexListeners:[],maxZIndexRestrictions:{},nextRestrictionId:0},messageValidationEnabled:false,reactiveTypeDisabledByPublisher:{},reactiveTypeEnabledInAsfe:{},sideRailAvailableSpace:[],sideRailOverlappableElements:[],stateForType:{},tagSpecificState:{},wasPlaTagProcessed:true,wasReactiveAdConfigReceived:{1:true,2:true,8:true},wasReactiveAdVisible:{},wasReactiveTagRequestSent:true,description:"Can't disable auto ads programmatically on the page, so here we are!"};var d={"ab":"","km":{},"pv":"","vu":"eff27df4-03a1-4708-6977-2a6ff2c1d3f5","r":{"r":[{"p":" ezoic_pub_ad_placeholder-150-top_of_page-300x250-150-nonexxxnonexxxxxxezmaxscaleval100 ","s":150,"h":280,"w":336,"r":true},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-250x250-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-300x250-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x100-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-300x50v2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x50-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-336x280-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x100v2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-468x60-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-580x400-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-250x250x2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-728x90-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-250x250-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-300x250-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x100-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-300x50v2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x50-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-336x280-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x100v2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-468x60-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-580x400-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-250x250x2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-728x90-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-130-bottom_floating-728x90-130-nonexxxnonexxxxxxezmaxscaleval100 ","s":130},{"p":" ezoic_pub_ad_placeholder-130-bottom_floating-970x90-130-nonexxxnonexxxxxxezmaxscaleval100 ","s":130,"h":90,"w":970},{"p":" ezoic_pub_ad_placeholder-975-edge-160x600-975-nonexxxnonexxxxxxezmaxscaleval100 ","s":975,"h":600,"w":160,"r":true}],"a":{"130":true,"150":true,"6":true,"709":true,"710":true,"8":true,"975":true},"g":-1,"l":{"0":6,"1":3,"2":2,"3":1,"4":-1,"5":-1},"m":{"0":6,"1":3,"2":2,"3":1,"4":-1,"5":-1},"v":2,"ve":false,"hr":false},"cr":"","tid":134,"tn":"pub_site","url":"","wc":633,"ff":1,"dhh":""};d.ab=_ezaq.ab_test_id;d.pv=_ezaq.page_view_id;d.vu=_ezaq.visit_uuid;d.url=window.location.href;var dynamicAddScript=function(script){if(window.ezFinishedStatic===true){console.error("attempted to load dynamic script again");return;}
var errorMessages=[];function errorHandler(event){var errorObj=event.error;if(errorObj&&errorObj.stack&&errorObj.stack.indexOf('dynamicAddScript')!==-1){var errorMessage={Message:event.message,LineNo:event.lineno,ColumnNo:event.colno,Stack:errorObj.stack};errorMessages.push(errorMessage);}
if(typeof window.onerror==='function'){window.onerror.apply(this,arguments);}}
window.addEventListener('error',errorHandler);var ezDynamic=document.createElement('script');ezDynamic.type='text/javascript';ezDynamic.innerHTML=script;document.head.appendChild(ezDynamic);window.removeEventListener('error',errorHandler);if(window.ezFinishedStatic!==true||typeof window.ezstaticerrors!=='undefined'){d.Script=script;d.ErrorMessages=JSON.stringify(errorMessages);d.ErrorStaticMessages=window.ezstaticerrors||'';var dataTxt=JSON.stringify(d);if(dataTxt.length>0){var logXHR=new XMLHttpRequest()
logXHR.open('POST','/ezais/log?cb=1',true);logXHR.setRequestHeader('Content-Type','application/json');logXHR.send(dataTxt);}}};var dataText=JSON.stringify(d);if(dataText.length>0){var startTime=Date.now()-__ez.stms;var xhr=new XMLHttpRequest();xhr.open('POST','/ezais/dynamic?cb=1',true);xhr.onload=function(){if(xhr.status!=200){return;}
if(document.readyState!=='loading'){dynamicAddScript(xhr.response);return;}
var eventFunc=function(){if(document.readyState==='loading'){return;}
document.removeEventListener('readystatechange',eventFunc,false);dynamicAddScript(xhr.response);};document.addEventListener('readystatechange',eventFunc,false);};xhr.setRequestHeader('Content-Type','text/plain');xhr.send(dataText);}}
__ez.queue.addFunc("productEzoicAds","productEzoicAds",null,true,['ezaqReady'],false,false,false,true);</script><base href=https://basicenglishspeaking.com/daily-english-conversation-topics/><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><script async src="https://www.googletagmanager.com/gtag/js?id=UA-52375698-9"></script><script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
gtag('js',new Date());gtag('config','UA-52375698-9');</script><script type=text/ez-screx>window.flatStyles=window.flatStyles||''
window.lightspeedOptimizeStylesheet=function(){const currentStylesheet=document.querySelector('.tcb-lightspeed-style:not([data-ls-optimized])')
if(currentStylesheet){try{if(currentStylesheet.sheet&¤tStylesheet.sheet.cssRules){if(window.flatStyles){if(this.optimizing){setTimeout(window.lightspeedOptimizeStylesheet.bind(this),24)}else{this.optimizing=true;let rulesIndex=0;while(rulesIndex<currentStylesheet.sheet.cssRules.length){const rule=currentStylesheet.sheet.cssRules[rulesIndex]
if(rule.type===CSSRule.STYLE_RULE&&window.flatStyles.includes(`${rule.selectorText}{`)){currentStylesheet.sheet.deleteRule(rulesIndex)}else{rulesIndex++}}
currentStylesheet.setAttribute('data-ls-optimized','1')
window.flatStyles+=currentStylesheet.innerHTML
this.optimizing=false}}else{window.flatStyles=currentStylesheet.innerHTML
currentStylesheet.setAttribute('data-ls-optimized','1')}}}catch(error){console.warn(error)}
if(currentStylesheet.parentElement.tagName!=='HEAD'){const stylesheetID=currentStylesheet.id;if((!stylesheetID||(stylesheetID&&!document.querySelector(`head #${stylesheetID}`)))){document.head.prepend(currentStylesheet)}else{currentStylesheet.remove();}}}}
window.lightspeedOptimizeFlat=function(styleSheetElement){if(document.querySelectorAll('link[href*="thrive_flat.css"]').length>1){styleSheetElement.setAttribute('disabled',true)}else{if(styleSheetElement.parentElement.tagName!=='HEAD'){document.head.append(styleSheetElement)}}}</script><style id=tcb-style-base-page-1762 onload="typeof window.lightspeedOptimizeStylesheet==='function'&&window.lightspeedOptimizeStylesheet()" class=tcb-lightspeed-style>.thrv_wrapper.thrv-divider{padding-top:20px;padding-bottom:20px;margin:0}.thrv_wrapper.thrv-divider hr{margin:0}.tve_sep-1{min-width:10px;border-bottom-style:solid!important;border-top:0!important;border-left:0!important;border-right:0!important}.thrv_text_element a:not(.tcb-button-link){font-size:inherit}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold)}.thrv_text_element{overflow-wrap:break-word}.notifications-content-wrapper.tcb-permanently-hidden{display:none!important}.tcb-permanently-hidden{display:none!important}.tar-disabled{cursor:default;opacity:.4;pointer-events:none}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0;margin-left:-15px;padding-bottom:15px;padding-top:15px}.tcb-flex-col{flex:auto;padding-top:0;padding-left:15px}.tcb-flex-row .tcb-flex-col{box-sizing:border-box}.tcb--cols--3:not(.tcb-resized)>.tcb-flex-col{max-width:33.3333%}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative}.tcb-flex-row .tcb-col{box-sizing:border-box}html{text-rendering:auto!important}html body{text-rendering:auto!important}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px}.thrv_wrapper div{box-sizing:content-box}.thrv_wrapper.thrv_text_element{margin:0}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0}.tve_shortcode_editor h1{padding:0}p{font-size:1em}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px)!important}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden}.tve_shortcode_rendered p:empty{display:none!important}.tve_flt .tve_sep{border:none;margin:0!important;max-width:100%!important}.tve_flt .thrv_wrapper>.tve_sep{width:100%;background-color:initial}@media(max-width:1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t)!important}}@media(max-width:767px){html{overflow-x:hidden!important}html,body{max-width:100vw!important}.tcb-flex-row{flex-direction:column}.thrv_wrapper>.tcb-flex-row:not(.v-2)>.tcb-flex-col{width:100%;max-width:100%!important;flex:none!important}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m)!important}}@media(max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col{flex:1 0 250px;max-width:100%!important}}@media not all,not all{.tcb-flex-col{width:100%}.tcb-col{display:block}}@media screen and (max-device-width:480px){body{text-size-adjust:none}}</style><meta name=robots content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"><title>(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking</title><meta name=description content="The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice."><link rel=canonical href=https://basicenglishspeaking.com/daily-english-conversation-topics/><meta property="og:locale" content="en_US"><meta property="og:type" content="article"><meta property="og:title" content="(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking"><meta property="og:description" content="The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice."><meta property="og:url" content="https://basicenglishspeaking.com/daily-english-conversation-topics/"><meta property="og:site_name" content="Basic English Speaking"><meta property="article:modified_time" content="2022-06-11T16:36:45+00:00"><meta name=twitter:label1 content="Est. reading time"><meta name=twitter:data1 content="2 minutes"><script type=application/ld+json class=yoast-schema-graph>{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/","url":"https://basicenglishspeaking.com/daily-english-conversation-topics/","name":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking","isPartOf":{"@id":"https://basicenglishspeaking.com/#website"},"datePublished":"2016-08-27T09:14:20+00:00","dateModified":"2022-06-11T16:36:45+00:00","description":"The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice.","breadcrumb":{"@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://basicenglishspeaking.com/daily-english-conversation-topics/"]}]},{"@type":"BreadcrumbList","@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://basicenglishspeaking.com/"},{"@type":"ListItem","position":2,"name":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics"}]},{"@type":"WebSite","@id":"https://basicenglishspeaking.com/#website","url":"https://basicenglishspeaking.com/","name":"Basic English Speaking","description":"Learn English speaking And Improve Spoken English Easily","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://basicenglishspeaking.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script><script id=basic-ready type=text/ez-screx>window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[];</script><link rel=stylesheet id=scap.flashblock-css href="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/css/flashblock.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=scap.player-css href="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/css/player.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=wp-block-library-css href="//basicenglishspeaking.com/wp-includes/css/dist/block-library/style.min.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><style id=classic-theme-styles-inline-css>/*!This file is auto-generated*/.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:0 0;text-decoration:none;padding:calc(.667em + 2px)calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style><style id=global-styles-inline-css>:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}</style><link rel=stylesheet id=focusblog-style-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/style.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=thrive-reset-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/css/reset.css?ezmin=true&ff=1&ver=20120208&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=thrive-main-style-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/css/main_orange.css?ezmin=true&ff=1&ver=5566&wps=false&ez_used_css_s=149" media=all><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/js/soundmanager2-nodebug-jsmin.js?screx=1&sxcb=1a&ver=6.6.2" id=scap.soundmanager2-js></script><script type=text/ez-screx id=breeze-prefetch-js-extra>var breeze_prefetch={"local_url":"https:\/\/basicenglishspeaking.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js?screx=1&sxcb=1a&ver=2.1.19" id=breeze-prefetch-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/jquery/jquery.min.js?screx=1&sxcb=1a" id=jquery-core-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/imagesloaded.min.js?screx=1&sxcb=1a&ver=5.0.0" id=imagesloaded-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/masonry.min.js?screx=1&sxcb=1a&ver=4.2.2" id=masonry-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/jquery/jquery.masonry.min.js?screx=1&sxcb=1a" id=jquery-masonry-js></script><script type=text/ez-screx id=tve_frontend-js-extra>var tve_frontend_options={"ajaxurl":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/basicenglishspeaking.com\/wp-content\/plugins\/thrive-visual-editor\/thrive-dashboard","queried_object":{"ID":1762,"post_author":"1"},"query_vars":{"page":"","pagename":"daily-english-conversation-topics"},"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn’t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/basicenglishspeaking.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/basicenglishspeaking.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"c2691f143b","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"ab5f5eb65e","ip":"2402:c4c0:0:2365:8d10:944c:5de7:9126","current_user":[],"post_id":"1762","post_title":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics","post_type":"page","post_url":"https:\/\/basicenglishspeaking.com\/daily-english-conversation-topics\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?screx=1&sxcb=1a&ver=10.2.2" id=tve_frontend-js></script><link rel=https://api.w.org/ href=https://basicenglishspeaking.com/wp-json/><link rel=alternate title=JSON type=application/json href=https://basicenglishspeaking.com/wp-json/wp/v2/pages/1762><link rel=alternate title="oEmbed (JSON)" type=application/json+oembed href="https://basicenglishspeaking.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbasicenglishspeaking.com%2Fdaily-english-conversation-topics%2F"><link rel=alternate title="oEmbed (XML)" type=text/xml+oembed href="https://basicenglishspeaking.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbasicenglishspeaking.com%2Fdaily-english-conversation-topics%2F&format=xml"><style id=tve_global_variables>:root{--tcb-background-author-image:url(https://secure.gravatar.com/avatar/cc0be35fc655bf93749d25f5de10e4b2?s=256&d=https%3A%2F%2Fbasicenglishspeaking.com%2Fwp-content%2Fthemes%2Ffocusblog%2Fimages%2Fdefault_avatar.png&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png)}</style><style>.wp-video-shortcode{max-width:100%!important}body{background:#}.cnt .sAs .twr{background:#}.cnt article h1.entry-title a{color:#0a0a0a}.cnt article h2.entry-title a{color:#0a0a0a}.bSe h1{color:#0a0a0a}.bSe h2{color:#0a0a0a}.bSe h3{color:#0a0a0a}.bSe h4{color:#0a0a0a}.bSe h5{color:#0a0a0a}.bSe h6{color:#0a0a0a}.cnt p{color:#0a0a0a}.cnt .bSe article{color:#0a0a0a}.cnt article h1 a,.tve-woocommerce .bSe .awr .entry-title,.tve-woocommerce .bSe .awr .page-title{font-family:Georgia,serif,sans-serif}.bSe h1{font-family:Georgia,serif,sans-serif}.bSe h2,.tve-woocommerce .bSe h2{font-family:Georgia,serif,sans-serif}.bSe h3,.tve-woocommerce .bSe h3{font-family:Georgia,serif,sans-serif}.bSe h4{font-family:Georgia,serif,sans-serif}.bSe h5{font-family:Georgia,serif,sans-serif}.bSe h6{font-family:Georgia,serif,sans-serif}#text_logo{font-family:Georgia,serif,sans-serif}.bSe h1{text-transform:none}.bSe h2{text-transform:none}.cnt,.bp-t,.tve-woocommerce .product p,.tve-woocommerce .products p{font-family:Georgia,serif,sans-serif}article strong{font-weight:700}.bSe h1,.bSe .entry-title{font-size:30px}.cnt{font-size:17px}.thrivecb{font-size:17px}.out{font-size:17px}.aut p{font-size:17px}.cnt p{line-height:1.6em}.dhgh{line-height:1.6em}.lhgh{line-height:1.6em}.dhgh{font-size:17px}.lhgh{font-size:17px}.thrivecb{line-height:1.6em}.cnt .cmt,.cnt .acm{background-color:#f48a11}.trg{border-color:#f48a11 transparent transparent}.str{border-color:transparent #f48a11 transparent transparent}.pgn a:hover,.pgn .dots a:hover{background-color:#f48a11}.brd ul li a{color:#f48a11}.bSe a{color:#f60}.bSe h1{text-transform:none}.bSe .faq h4{font-family:Georgia,serif,sans-serif}article strong{font-weight:700}header ul.menu>li>a{color:#424242}header ul.menu>li>a:hover{color:#e86c00}header ul.menu>li.h-cta>a{color:#fff!important}header ul.menu>li.h-cta>a{background:#f96c00}header ul.menu>li.h-cta>a{border-color:#f96c00}header ul.menu>li.h-cta:hover>a{color:#e86c00!important}header ul.menu>li.h-cta>a:hover{background:0 0}header nav>ul>li.current_page_item>a:hover{color:#e86c00}header nav>ul>li>a:active{color:#e86c00}header #logo>a>img{max-width:100px}</style><style id=thrive-default-styles></style><link rel=icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-32x32.png sizes=32x32><link rel=icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-192x192.png sizes=192x192><link rel=apple-touch-icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-180x180.png><meta name=msapplication-TileImage content="https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-270x270.png"><style class=tve_custom_style>@media(min-width:300px){[data-css=tve-u-16cedaccb30] .tve_sep{border-width:3px;border-color:#ff7c00}[data-css=tve-u-16cedaccb30]{float:none;max-width:100px;margin-top:-61px!important;margin-left:auto!important;margin-right:auto!important}}</style><style id=wp-custom-css>header #logo img{max-width:100px!important}@media(max-width:940px){header #logo img{margin-top:-18px!important}}article,aside,details,figcaption,figure,hgroup,menu,nav,section{border-radius:8px}@media(min-width:774px){header ul.menu li.h-cta>a{border-radius:8px}}</style><style>header #logo>a>img{max-width:120px}@media only screen and (max-width:774px) #tve_editor .thrv_widget_menu.thrv_wrapper .tve-m-trigger.t_tve_horizontal{margin-top: -55px; } @media only screen and (max-width: 774px) thrive_flat.css?ver=2.0.20:1 #tve_editor .thrv_widget_menu.thrv_wrapper .thrive-shortcode-html { margin-top: -55px; } .ftw .col { text-align: center; margin-bottom: 0%; } img { vertical-align: middle; } footer { padding: 25px 0 20px 0; } header .side_logo #nav_right { vertical-align: middle; } img.avatar.avatar-60.photo { border-radius: 200px; } .cmc { background-color: #fff; border-radius: 4px; } .bottom { margin-bottom: 0px; } @media (min-width: 320px) and (max-width: 480px) { .cnt .bSe article,.rltp,.brd .wrp,.cnt .sAs>section{margin-left:-25px;margin-right:-25px;margin-top:-12px;width:auto}}@media(min-width:481px) and (max-width:767px){.cnt .bSe article,.rltp,.brd .wrp,.cnt .sAs>section{margin-left:-25px;margin-right:-25px;margin-top:-12px;width:auto}}header nav ul li>ul{min-width:350px;background:#e86c00}h2{font-size:1.5em}</style><script>var ezoTemplate='pub_site';var ezouid='1';var ezoFormfactor='1';</script><script data-ezscrex=false>var soc_app_id='0';var did=62087;var ezdomain='basicenglishspeaking.com';var ezoicSearchable=1;</script><script src="https://the.gatekeeperconsent.com/ccpa/v2/ccpaplus.js?cb=10" async></script><script src=//vjs.zencdn.net/vttjs/0.14.1/vtt.min.js async></script><script>(function(){let ezInstream={"prebidBidders":[{"bidder":"appnexus","params":{"placementId":22413384},"ssid":"10087"},{"bidder":"openx","params":{"delDomain":"ezoic-d.openx.net","unit":"560605963"},"ssid":"10015"},{"bidder":"sharethrough","params":{"pkey":"VS3UMr0vpcy8VVHMnE84eAvj"},"ssid":"11309"},{"bidder":"triplelift","params":{"inventoryCode":"ezoic_RON_instream"},"ssid":"11296"},{"bidder":"vidazoo","params":{"cId":"652646d136d29ed957788c6d","pId":"59ac17c192832d0011283fe3"},"ssid":"11372"}],"apsSlot":{"slotID":"instream_desktop_na_Video","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"allApsSlots":[{"Slot":{"slotID":"AccompanyingContent_640x360v_5-60seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":60},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-60seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":60},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-30seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-30seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-15seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":15},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-15seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":15},{"Slot":{"slotID":"instream_desktop_na_Video","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30}],"genericInstream":false,"UnfilledCnt":0,"AllowPreviousBidToSetBidFloor":false,"PreferPrebidOverAmzn":false,"DoNotPassBidFloorToPreBid":false,"bidCacheThreshold":-1,"rampUp":true,"IsEzDfpAccount":true,"EnableVideoDeals":false,"monetizationApproval":{"DomainId":62087,"Domain":"basicenglishspeaking.com","HumixChannelId":488,"HasGoogleEntry":false,"HDMApproved":false,"MCMApproved":true},"SelectivelyIncrementUnfilledCount":false,"BlockBidderAfterBadAd":true,"useNewVideoStartingFloor":false,"addHBUnderFloor":false};if(typeof __ezInstream!=="undefined"&&__ezInstream.breaks){__ezInstream.breaks=__ezInstream.breaks.concat(ezInstream.breaks);}else{window.__ezInstream=ezInstream;}})();</script><script>__ez.queue.addFileOnce('/beardeddragon/axolotl.js','/beardeddragon/axolotl.js?gcb=3&cb=dfeee2ac06',true,[],true,false,true,false);</script><script data-cfasync=false>__ez.queue.addFile('/tardisrocinante/lazy_load.js','/tardisrocinante/lazy_load.js?gcb=3&cb=6',false,[],true,false,true,false);</script><link rel=preload as=font href="https://basicenglishspeaking.com/wp-content/themes/focusblog/fonts/fontawesome-webfont.woff?v=4.0.1" crossorigin><link rel=preload as=font href=https://basicenglishspeaking.com/wp-content/themes/focusblog/fonts/WooCommerce.woff crossorigin></head><body class="page-template page-template-narrow-page page-template-narrow-page-php page page-id-1762 custom-background aa-prefix-basic-"><div class=flex-cnt><div id=floating_menu data-float=float-fixed><header><div class="wrp side_logo" id=head_wrp><div class=h-i><div id=logo class="lg left"><a href=https://basicenglishspeaking.com/><img src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22367%22%20height=%22162%22%3E%3C/svg%3E" alt="Basic English Speaking" ezimgfmt="rs rscb1 src ng ngcb1" class=ezlazyload data-ezsrc=https://basicenglishspeaking.com/wp-content/uploads/2024/10/BasicEnglishSpeaking-Logo.webp height=162 width=367></a></div><span class="hmn left"></span><div id=nav_right class=mhl><nav class=right><ul id=menu-english-speaking-course class=menu><li id=menu-item-5457 class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children toplvl dropdown"><a href=#>English Speaking Lessons</a><ul class=sub-menu><li id=menu-item-7424 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/3000-most-common-words/ class=colch>3000 Most Common Words</a><li id=menu-item-2766 class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1762 current_page_item"><a href=https://basicenglishspeaking.com/daily-english-conversation-topics/ class=colch>75 Daily English Conversations by Topic</a><li id=menu-item-595 class="menu-item menu-item-type-post_type menu-item-object-post"><a href=https://basicenglishspeaking.com/100-common-phrases-and-sentence-patterns/ class=colch>100 Phrases and Sentence Patterns</a><li id=menu-item-2212 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/common-expressions-english/ class=colch>50 Common English Expressions</a><li id=menu-item-5845 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/phrasal-verbs/ class=colch>181 Common Phrasal Verbs</a><li id=menu-item-5045 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/102-common-english-idioms/ class=colch>102 Common English Idioms</a><li id=menu-item-4081 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/basic-english-grammar-rules/ class=colch>40 Basic English Grammar Rules</a></ul><li id=menu-item-3212 class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href=https://basicenglishspeaking.com/about-us/>About</a><li id=menu-item-3217 class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href=https://basicenglishspeaking.com/contact-us/>Contact</a><li id=menu-item-5459 class="menu-item menu-item-type-post_type menu-item-object-page toplvl h-cta"><a href=https://basicenglishspeaking.com/resources/>Learning Resources</a></ul></nav><div class=clear></div></div><div class=clear></div></div></div></header></div><div class="wrp cnt"><div class=spr></div><section class=bSe><span id=ezoic-pub-ad-placeholder-150 class=ezoic-adpicker-ad></span><span data-ez-ph-id=150 style=max-width:100%!important;margin-top:30px!important;min-height:250px;margin-bottom:30px!important;margin-left:0!important;display:inline-block;min-width:336px;line-height:0;padding:0;float:none!important;margin-right:0!important></span><article><div class=awr><div class="lnd bpd"><a class="cmt acm" style=display:none>200 <span class=trg></span></a><div id=tve_flt class="tve_flt tcb-style-wrap"><div id=tve_editor class="tve_shortcode_editor tar-main-content" data-post-id=1762><div class="thrv_wrapper tve_wp_shortcode"><div class=tve_shortcode_raw style=display:none></div><div class=tve_shortcode_rendered><h1>Daily English Conversation Practice – Questions and Answers by Topic</h1><p>You have troubles making <strong>real <a href=https://basicenglishspeaking.com/daily-english-conversation-topics/>English conversations</a></strong>? You want to improve your Spoken English quickly? You are too busy to join in any English speaking course?<p>Don’t worry. Let us help you.<p>First of all, you need to learn <a href=https://basicenglishspeaking.com/3000-most-common-words/>the most frequently used words in English</a>, <a href="https://basicenglishspeaking.com/100-common-phrases-and-sentence-patterns/">common structures and sentence patterns</a>, <a href="https://basicenglishspeaking.com/common-expressions-english/">common expressions</a>, <a href="https://basicenglishspeaking.com/phrasal-verbs/">common phrasal verbs</a>, and <a href="https://basicenglishspeaking.com/102-common-english-idioms/">idioms</a> that are much used in daily life.<p>Next, you should learn daily conversations in English for speaking. Focus on every ESL conversation topic until you can speak English automatically and fluently on that topic before moving to the next one.<p>The following lessons cover 75 topics that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice.<h3 style=text-align:center>ESL Conversation Questions and Answers – 75 Topics</h3><p><p></div></div><div class="thrv_wrapper thrv-divider" data-style-d=tve_sep-1 data-thickness-d=3 data-color-d="rgb(255, 124, 0)" data-css=tve-u-16cedaccb30><hr class="tve_sep tve_sep-1"></div><div class="thrv_wrapper thrv-columns" style=--tcb-col-el-width:792><div class="tcb-flex-row tcb--cols--3"><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>1. <a class=tve-froala href=https://basicenglishspeaking.com/family/ style=outline:none>Family</a><br>2. <a class=tve-froala href=https://basicenglishspeaking.com/restaurant/ style=outline:none>Restaurant</a><br>3. <a href=https://basicenglishspeaking.com/books/>Books</a><br>4. <a href=https://basicenglishspeaking.com/travel/>Travel</a><br>5. <a href=https://basicenglishspeaking.com/website/>Website</a><br>6. <a href=https://basicenglishspeaking.com/accident/>Accident</a><br>7. <a href=https://basicenglishspeaking.com/childhood-memory/ class=tve-froala style=outline:none>Childhood memory</a><br>8. <a href=https://basicenglishspeaking.com/favorite-rooms/ class=tve-froala style=outline:none>Favorite rooms</a><br>9. <a href=https://basicenglishspeaking.com/presents/>Presents</a><br>10. <a href=https://basicenglishspeaking.com/historical-place/ class=tve-froala style=outline:none>Historical place</a><br>11. <a href=https://basicenglishspeaking.com/newspaper-magazine/ class=tve-froala style=outline:none>Newspaper/ Magazine</a><br>12. <a href=https://basicenglishspeaking.com/an-event/>A memorable event</a><br>13. <a href=https://basicenglishspeaking.com/a-subject/>A favorite subject</a><br>14. <a href=https://basicenglishspeaking.com/a-museum/>A museum</a><br>15. <a href=https://basicenglishspeaking.com/a-movie/>A favorite movie</a><br>16. <a href=https://basicenglishspeaking.com/a-foreign-country/>A foreign country</a><br>17. <a href=https://basicenglishspeaking.com/parties/>Parties</a><br>18. <a href=https://basicenglishspeaking.com/a-teacher/>A teacher</a><br>19. <a href=https://basicenglishspeaking.com/a-friend/>A friend</a><br>20. <a href=https://basicenglishspeaking.com/a-hotel/>A hotel</a><br>21. <a href=https://basicenglishspeaking.com/a-letter/>A letter</a><br>22. <a href=https://basicenglishspeaking.com/hobbies/>Hobbies</a><br>23. <a href=https://basicenglishspeaking.com/music/>Music</a><br>24. <a href=https://basicenglishspeaking.com/shopping/>Shopping</a><br>25. <a href=https://basicenglishspeaking.com/holiday/>Holiday</a></div></div></div><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>26. <a class=tve-froala href=https://basicenglishspeaking.com/animals/ style=outline:none>Animals</a><br>27. <a class=tve-froala href=https://basicenglishspeaking.com/a-practical-skill/ style=outline:none>A practical skill</a><br>28. <a href=https://basicenglishspeaking.com/sports/>Sport</a><br>29. <a href=https://basicenglishspeaking.com/a-school/>A School</a><br>30. <a href=https://basicenglishspeaking.com/festival/>Festival</a><br>31. <a href=https://basicenglishspeaking.com/food/>Food</a><br>32. <a href=https://basicenglishspeaking.com/household-appliance/>Household appliance</a><br>33. <a href=https://basicenglishspeaking.com/a-music-band/>A music band</a><br>34. <a href=https://basicenglishspeaking.com/weather/>Weather</a><br>35. <a href=https://basicenglishspeaking.com/neighbor/>Neighbor</a><br>36. <a href=https://basicenglishspeaking.com/natural-scenery/>Natural scenery</a><br>37. <a href=https://basicenglishspeaking.com/outdoor-activities/>Outdoor activities</a><br>38. <a href=https://basicenglishspeaking.com/law/>Law</a><br>39. <a href=https://basicenglishspeaking.com/pollution/>Pollution</a><br>40. <a href=https://basicenglishspeaking.com/traffic-jam/>Traffic jam</a><br>41. <a href=https://basicenglishspeaking.com/tv-program/>TV program</a><br>42. <a href=https://basicenglishspeaking.com/architecture-building/>Architect/ Building</a><br>43. <a href=https://basicenglishspeaking.com/electronic-media/>Electronic Media</a><br>44. <a href=https://basicenglishspeaking.com/job-career/>Job/ Career</a><br>45. <a href=https://basicenglishspeaking.com/competition-contest/>Competition/ contest</a><br>46. <a href=https://basicenglishspeaking.com/a-garden/>A garden</a><br>47. <a href=https://basicenglishspeaking.com/hometown/>Hometown</a><br>48. <a href=https://basicenglishspeaking.com/clothing/>Clothing</a><br>49. <a href=https://basicenglishspeaking.com/an-advertisement/>Advertisement</a><br>50. <a href=https://basicenglishspeaking.com/a-project/>A project</a></div></div></div><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>51. <a href=https://basicenglishspeaking.com/a-wedding/>A wedding</a><br>52. <a href=https://basicenglishspeaking.com/a-coffee-shop/>A Coffee shop</a><br>53. <a href=https://basicenglishspeaking.com/culture/>Culture</a><br>54. <a href=https://basicenglishspeaking.com/transport/>Transport</a><br>55. <a href=https://basicenglishspeaking.com/politician/>Politician</a><br>56. <a href=https://basicenglishspeaking.com/communication/>Communication</a><br>57. <a href=https://basicenglishspeaking.com/business/>Business</a><br>58. <a href=https://basicenglishspeaking.com/computer/>Computer</a><br>59. <a href=https://basicenglishspeaking.com/exercise/>Exercise</a><br>60. <a href=https://basicenglishspeaking.com/goal-ambition/>Goal/ ambition</a><br>61. <a href=https://basicenglishspeaking.com/art/>Art</a><br>62. <a href=https://basicenglishspeaking.com/fashion/>Fashion</a><br>63. <a href=https://basicenglishspeaking.com/jewelry/>Jewelry</a><br>64. <a href=https://basicenglishspeaking.com/cosmetic/>Cosmetic</a><br>65. <a href=https://basicenglishspeaking.com/indoor-game/>Indoor Game</a><br>66. <a href=https://basicenglishspeaking.com/phone-conversation/>Phone conversation</a><br>67. <a href=https://basicenglishspeaking.com/learning-second-language/>Learning A Second language</a><br>68. <a href=https://basicenglishspeaking.com/a-creative-person/>A Creative Person</a><br>69. <a href=https://basicenglishspeaking.com/a-celebrity/>A celebrity</a><br>70. <a href=https://basicenglishspeaking.com/a-health-problem/>A Health Problem</a><br>71. <a href=https://basicenglishspeaking.com/technological-advancements/>Technological advancements</a><br>72. <a href=https://basicenglishspeaking.com/a-landmark/>A Landmark</a><br>73. <a href=https://basicenglishspeaking.com/handcraft-items/>Handcraft Items</a><br>74. <a href=https://basicenglishspeaking.com/plastic-surgery/>Plastic Surgery</a><br>75. <a href=https://basicenglishspeaking.com/success/>Success</a></div></div></div></div></div></div></div><div class=tcb_flag style=display:none></div><div class=basic-after-content-daily style=margin-left:auto;margin-right:auto;text-align:center;margin-top:5px;margin-bottom:5px id=basic-1414893004><p> <div class=clear></div><div class="thrivecb note"><div class=shnd><p><h3 style=text-align:left>Download Full Lessons Package – Daily English Conversation by Topic (mp3+pdf)</h3><p style=text-align:left><strong>Listening is THE KEY to better English speaking</strong>. The more REAL English conversations you listen to, the more fluent you will become, to be sure.<p style=text-align:left>For a small one-time investment, you can get the whole package of 75 lessons. Put it into your phone or MP3 Player and take your English learning ANYWHERE.</p><span id=ezoic-pub-ad-placeholder-709 data-method=ai-placeholders class=ezoic-autoinsert-ad></span><span data-ez-ph-id=709></span><p style=text-align:left>You can learn English on the bus while going to work. You can learn English while exercising or walking. You can learn English while shopping. You can learn English while sitting at a coffee shop, etc.<p style=text-align:left>Remember, <strong>DEEP LEARNING is the No. 1 secret to English fluency</strong>. If you want to speak English fluently and automatically, you have to <em>repeat the same lesson over and over</em> again until you MASTER it.<p style=text-align:left>WHAT YOU WILL GET:<ul><li style=text-align:left>75 mp3 files for 75 lessons (each lesson lasts for 1 -2 minutes).<li style=text-align:left>1 pdf file for lesson transcript (79 pages).</ul><p style=text-align:left>Take advantage of your short free time during the day to do a lot of repetition, and <strong>you will be amazed at how fast your English speaking improves</strong>. Get started today!</p><span id=ezoic-pub-ad-placeholder-710 data-method=ai-placeholders class=ezoic-autoinsert-ad></span><span data-ez-ph-id=710></span><p style=text-align:center><script src="https://basicenglishspeaking.com/ezossp/https/gumroad.com/js/gumroad.js?screx=1&sxcb=1a" type=text/ez-screx></script><br><a class=gumroad-button href="https://gum.co/xFIUB?wanted=true" target=_blank rel="noopener noreferrer">Download Lessons Package</a><p style=text-align:left><em>P/S: If you want to download more lesson packages with a discounted price, <span style=color:#f60><a style=color:#f60 href=https://basicenglishspeaking.com/resources/ target=_blank rel="noopener noreferrer">check out 0ur Resources Page here</a>.</span></em><p></div></div></div><div class=clear></div></div></div></article><div class=spr></div><script type=text/ez-screx>_thriveCurrentPost=1762;</script><article id=comments><div class=awr><div class=cmb style=margin-left:0 id=thrive_container_list_comments></div><div class=no_comm><h4 class=ctr>Comments are closed</h4></div></div></article><div id=comment-bottom></div></section></div></div><div class=clear></div><footer><div class="wrp cnt"><section class=ftw></section><div class=clear></div><p class=credits>Copyright 2024 by Basic English Speaking. All Rights Reserved. <a href="//www.dmca.com/Protection/Status.aspx?ID=7489a639-3174-4fb8-9d06-9ea783201c95" title="DMCA.com Protection Status" class=dmca-badge><img src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22100%22%20height=%2220%22%3E%3C/svg%3E" alt="DMCA.com Protection Status" ezimgfmt="rs rscb1 src ng ngcb1" class=ezlazyload data-ezsrc="//basicenglishspeaking.com/ezoimgfmt/images.dmca.com/Badges/dmca-badge-w100-5x1-09.png?ID=7489a639-3174-4fb8-9d06-9ea783201c95" height=20 width=100></a> <script src="https://basicenglishspeaking.com/ezossp/unknown/images.dmca.com/Badges/DMCABadgeHelper.min.js?screx=1&sxcb=1a" type=text/ez-screx></script></div></footer><script type=text/ez-screx>(function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo");vgo('setAccount','475792267');vgo('setTrackByDefault',true);vgo('process');</script><script type=text/ez-screx>soundManager.useFlashBlock=true;soundManager.url='https://basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/swf/soundmanager2.swf';function play_mp3(flg,ids,mp3url,volume,loops)
{var pieces=mp3url.split("|");if(pieces.length>1){mp3file=pieces[0];oggfile=pieces[1];mp3url=new Array(mp3file,oggfile);}
soundManager.createSound({id:'btnplay_'+ids,volume:volume,url:mp3url});if(flg=='play'){stop_all_tracks();soundManager.play('btnplay_'+ids,{onfinish:function(){if(loops=='true'){loopSound('btnplay_'+ids);}
else{document.getElementById('btnplay_'+ids).style.display='inline';document.getElementById('btnstop_'+ids).style.display='none';}}});}
else if(flg=='stop'){soundManager.pause('btnplay_'+ids);}}
function show_hide(flag,ids)
{if(flag=='play'){document.getElementById('btnplay_'+ids).style.display='none';document.getElementById('btnstop_'+ids).style.display='inline';}
else if(flag=='stop'){document.getElementById('btnplay_'+ids).style.display='inline';document.getElementById('btnstop_'+ids).style.display='none';}}
function loopSound(soundID)
{window.setTimeout(function(){soundManager.play(soundID,{onfinish:function(){loopSound(soundID);}});},1);}
function stop_all_tracks()
{soundManager.stopAll();var inputs=document.getElementsByTagName("input");for(var i=0;i<inputs.length;i++){if(inputs[i].id.indexOf("btnplay_")==0){inputs[i].style.display='inline';}
if(inputs[i].id.indexOf("btnstop_")==0){inputs[i].style.display='none';}}}</script><script type=text/ez-screx>($=>{if(window.sessionStorage){$(window).on('tcb_after_dom_ready',()=>{const message=sessionStorage.getItem('tcb_toast_message');if(message){tcbToast(sessionStorage.getItem('tcb_toast_message'),false);sessionStorage.removeItem('tcb_toast_message');}});}
function tcbToast(message,error,callback){if(typeof message!=='string'){message=message.message||message.error||message.success;}
if(!error){error=false;}
TCB_Front.notificationElement.toggle(message,error?'error':'success',callback);}})(typeof ThriveGlobal==='undefined'?jQuery:ThriveGlobal.$j);</script><style id=tve_notification_styles></style><div class="tvd-toast tve-fe-message" style=display:none><div class="tve-toast-message tve-success-message"><div class=tve-toast-icon-container><span class="tve_tick thrv-svg-icon"></span></div><div class=tve-toast-message-container></div></div></div><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/divider.min.js?screx=1&sxcb=1a&v=10.2.2&ver=10.2.2" id=tve_frontend_divider-js></script><script type=text/ez-screx id=thrive-main-script-js-extra>var ThriveApp={"ajax_url":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","lazy_load_comments":"1","comments_loaded":"0","theme_uri":"https:\/\/basicenglishspeaking.com\/wp-content\/themes\/focusblog","translations":{"ProductDetails":"Product Details"}};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/themes/focusblog/js/script.min.js?screx=1&sxcb=1a&ver=6.6.2" id=thrive-main-script-js></script><script type=text/ez-screx id=tve-dash-frontend-js-extra>var tve_dash_front={"ajaxurl":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"","recaptcha":[],"turnstile":[],"post_id":"1762"};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js?screx=1&sxcb=1a&ver=10.2.2" id=tve-dash-frontend-js></script><script type=text/ez-screx>var tcb_current_post_lists=JSON.parse('[]');var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script><script type=text/ez-screx>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script><span id=ezoic-pub-ad-placeholder-130></span><span data-ez-ph-id=130></span><div id=ez-sidebar-wall-left class=ez-sidebar-wall style=left:0><div class=ez-sidebar-wall-ad><span id=ezoic-pub-ad-placeholder-975></span><span data-ez-ph-id=975 style=margin-top:0!important;margin-bottom:0!important;margin-left:0!important;min-width:160px;min-height:600px;max-width:100%!important;float:none!important;display:inline-block;line-height:0;padding:0;margin-right:0!important></span><span class=ez-rail-close id=ez-rail-close-left style=top:-21px;left:0;display:none onclick=__ez_close_rail(this.parentElement.parentElement.id)>x</span></div></div><script async src="https://g.ezodn.com/cmp/v2/v.js?v=4"></script><script>(function(){if(typeof document.body==='undefined'||document.body===null){return;}
var attachEvent=function(element,evt,func){if(element.addEventListener){element.addEventListener(evt,func,false);}else{element.attachEvent("on"+evt,func);}};attachEvent(document.body,"ezVigImpression",function(e){if(typeof(_ezaq)!=="undefined"&&typeof e==="object"){__ez.pel.Add(e.slot,[(new __ezDotData(e.key,e.value))]);}});})();</script><script>window.__ez_vig_close_wrapper=function(closeFunc,urlAddition){closeFunc();var vc={"enabled":false,"useVignetteLoader":true,"fireEventName":"ezVigImpression","impressionSource":"siderail","urlAddition":"utm_content=sr-left","disableFloor":true,"eventHandlerTest":false};if(typeof urlAddition=='string'){vc.urlAddition=urlAddition;}
var v=newEzVignette(vc);v.handleClick();};</script><script data-cfasync=false>!function(){var e=function(e,t){for(var r=0;r<t.length;r++){var n=t[r];if(0==n.complete||void 0!==n.readyState&&n.readyState<4){var o=n.getAttribute("src")||n.currentSrc;void 0!==n.readyState&&0==n.readyState?n.addEventListener("loadstart",(function(e){var t=e.currentTarget.getAttribute("src")||e.currentSrc;window.ezorqs(e,t)})):(o=n.getAttribute("src")||n.currentSrc,window.ezorqs(n,o)),n.addEventListener("load",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)})),n.addEventListener("loadeddata",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)})),n.addEventListener("error",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)}))}}};function t(e){for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].href==e)return!0;return!1}__ez_addAllListeners=function(){e(0,document.querySelectorAll("img")),e(0,document.querySelectorAll("video")),e(0,document.querySelectorAll("audio")),function(e){for(var r=0;r<e.length;r++){var n=e[r];if(("preload"==n.getAttribute("rel")||"stylesheet"==n.getAttribute("rel"))&&null!=n.getAttribute("href")&&t(n.getAttribute("href"))){window.ezorqs(n,n.getAttribute("href"));var o=document.createElement("img");o.onerror=function(e){void 0!==e.path&&void 0!==e.path[0].currentSrc?window.ezorqe(n,e.path[0].currentSrc):void 0!==e.srcElement&&void 0!==e.srcElement.href&&window.ezorqe(n,e.srcElement.href)},o.src=n.getAttribute("href")}}}(document.querySelectorAll("link")),void 0!==window.__ez.ssaf&&window.__ez.ssaf.indexOf(16)>-1&&void 0!==window.__ez.sshsdef&&!1===window.__ez.sshsdef&&Element.prototype.addEventListener&&("function"==typeof window.onload&&(window.addEventListener("load",window.onload),window.onload=null),"function"==typeof document.onload&&(document.addEventListener.addEventListener("load",document.onload),document.onload=null))},__ez.queue.addFunc("__ez_addAllListeners","__ez_addAllListeners",null,!1,["/detroitchicago/tulsa.js"],!0,!0,!0,!0)}();</script><script data-ezscrex=false>var EmbedExclusionEvaluated='exempt';var EzoicMagicPlayerExclusionSelectors=[".humix-off"];var EzoicMagicPlayerInclusionSelectors=[];var EzoicPreferredLocation='1';</script><script>window.ezVideoIframe=false;window.renderEzoicVideoContentCBs=window.renderEzoicVideoContentCBs||[];window.renderEzoicVideoContentCBs.push(function(){let videoObjects=[{"PlayerId":"ez-4999","VideoContentId":"jpK5OjQIZbu","VideoPlaylistSelectionId":0,"VideoPlaylistId":1,"VideoTitle":"Basic English Conversation for Beginners #41","VideoDescription":"","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"","VideoDurationMs":134901,"DeviceTypeFlag":14,"FloatFlag":14,"IsAutoPlay":true,"IsLoop":false,"OutstreamEnabled":false,"ShouldConsiderDocVisibility":true,"ShouldPauseAds":true,"AdUnit":"62087-shared-video-3","ImpressionId":2164369709660759,"VideoStartTime":0,"IsStartTimeEnabled":0,"IsKeyMoment":false,"PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"VideoUploadSource":"dashboard-manual-upload","IsVertical":false,"IsPreferred":false,"ShowControls":false,"IsSharedEmbed":false,"ShortenId":"jpK5OjQIZbu","Preview":false,"PlaylistHumixId":"","MagicPlaceholderType":1,"MagicHTML":"\u003cdiv id=ez-video-wrap-ez-4998 class=ez-video-wrap style=\"align-self: stretch;\"\u003e\u003cdiv class=\"ez-video-center ez-playlist-vertical\"\u003e\u003cdiv class=\"ez-video-content-wrap ez-playlist-vertical ez-rounded-border\"\u003e\u003cdiv id=ez-video-wrap-ez-4999 class=\"ez-video-wrap ez-video-magic\" style=\"align-self: stretch;\"\u003e\u003cdiv class=ez-video-magic-row\u003e\u003col class=\"ez-video-magic-list ez-playlist-vertical\"\u003e\u003cli class=\"ez-video-magic-item ez-video-magic-autoplayer\"\u003e\u003cdiv id=floating-placeholder-ez-4999 class=floating-placeholder style=\"display: none;\"\u003e\u003cdiv id=floating-placeholder-sizer-ez-4999 class=floating-placeholder-sizer\u003e\u003cpicture class=\"video-js vjs-playlist-thumbnail\"\u003e\u003cimg id=floating-placeholder-thumbnail alt loading=lazy nopin=nopin\u003e\u003c/picture\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-container-ez-4999 class=\"ez-video-container ez-video-magic-redesign ez-responsive\" style=\"flex-wrap: wrap;\"\u003e\u003cdiv class=ez-video-ez-stuck-bar id=ez-video-ez-stuck-bar-ez-4999\u003e\u003cdiv class=\"ez-video-ez-stuck-close ez-simple-close\" id=ez-video-ez-stuck-close-ez-4999 style=\"font-size: 16px !important; text-shadow: none !important; color: #000 !important; font-family: system-ui !important; background-color: rgba(255,255,255,0.5) !important; border-radius: 50% !important; text-align: center !important;\"\u003ex\u003c/div\u003e\u003c/div\u003e\u003cvideo id=ez-video-ez-4999 class=\"video-js ez-vid-placeholder\" controls preload=metadata\u003e\u003cp class=vjs-no-js\u003ePlease enable JavaScript\u003c/p\u003e\u003c/video\u003e\u003cdiv class=ez-vid-preview id=ez-vid-preview-ez-4999\u003e\u003c/div\u003e\u003cdiv id=lds-ring-ez-4999 class=lds-ring\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cli class=\"ez-video-magic-item ez-video-magic-playlist\"\u003e\u003cdiv id=ez-video-playlist-ez-4998 class=vjs-playlist\u003e\u003c/div\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=floating-placeholder-ez-4998 class=floating-placeholder style=\"display: none;\"\u003e\u003cdiv id=floating-placeholder-sizer-ez-4998 class=floating-placeholder-sizer\u003e\u003cpicture class=\"video-js vjs-playlist-thumbnail\"\u003e\u003cimg id=floating-placeholder-thumbnail alt loading=lazy nopin=nopin\u003e\u003c/picture\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-container-ez-4998 class=\"ez-video-container ez-video-magic-redesign ez-responsive\" style=\"flex-wrap: wrap; width: 640px;transition: width 0.25s ease 0s;\"\u003e\u003cvideo id=ez-video-ez-4998 class=\"video-js ez-vid-placeholder vjs-16-9\" controls preload=metadata\u003e\u003cp class=vjs-no-js\u003ePlease enable JavaScript\u003c/p\u003e\u003c/video\u003e\u003cdiv class=keymoment-container id=keymoment-play style=\"display: none;\"\u003e\u003cspan id=play-button-container class=play-button-container-active\u003e\u003cspan class=\"keymoment-play-btn play-button-before\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-play-btn play-button-after\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/div\u003e\u003cdiv class=\"keymoment-container rewind\" id=keymoment-rewind style=\"display: none;\"\u003e\u003cdiv id=keymoment-rewind-box class=rotate\u003e\u003cspan class=\"keymoment-arrow arrow-two double-arrow-icon\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-arrow arrow-one double-arrow-icon\"\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv class=\"keymoment-container forward\" id=keymoment-forward style=\"display: none;\"\u003e\u003cdiv id=keymoment-forward-box\u003e\u003cspan class=\"keymoment-arrow arrow-two double-arrow-icon\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-arrow arrow-one double-arrow-icon\"\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=vignette-overlay\u003e\u003c/div\u003e\u003cdiv id=vignette-top-card class=vignette-top-card\u003e\u003cdiv class=vignette-top-channel\u003e\u003c/div\u003e\u003cdiv class=\"vignette-top-title top-enable-channel-logo\"\u003e\u003cdiv class=\"vignette-top-title-text vignette-magic-player\"\u003e\u003ca class=vignette-top-title-link id=vignette-top-title-link-ez-4998 target=_blank tabindex=0 href=//www.humix.com/video/jpK5OjQIZbu\u003eBasic English Conversation for Beginners #41\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv class=vignette-top-share\u003e\u003cbutton class=vignette-top-button type=button title=share id=vignette-top-button\u003e\u003cdiv class=top-button-icon\u003e\u003csvg height=\"100%\" version=\"1.1\" viewBox=\"0 0 36 36\" width=\"100%\"\u003e\n \u003cuse class=\"svg-shadow\" xlink:href=\"#share-icon\"\u003e\u003c/use\u003e\n \u003cpath class=\"svg-fill\" d=\"m 20.20,14.19 0,-4.45 7.79,7.79 -7.79,7.79 0,-4.56 C 16.27,20.69 12.10,21.81 9.34,24.76 8.80,25.13 7.60,27.29 8.12,25.65 9.08,21.32 11.80,17.18 15.98,15.38 c 1.33,-0.60 2.76,-0.98 4.21,-1.19 z\" id=\"share-icon\"\u003e\u003c/path\u003e\n \u003c/svg\u003e\u003c/div\u003e\u003cdiv class=top-button-title\u003eShare\u003c/div\u003e\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003ca id=watch-on-link-ez-4998 class=watch-on-link aria-label=\"Watch on Humix\" target=_blank href=//www.humix.com/video/jpK5OjQIZbu\u003e\u003cdiv class=watch-on-link-content aria-hidden=true\u003e\u003cdiv class=watch-on-link-text\u003eWatch on\u003c/div\u003e\u003cdiv class=watch-on-link-logo style=\"display: flex;\"\u003e\u003cimg src=https://assets.humix.com/full_humix_logo_white.png alt=Humix class=img-fluid\u003e\u003c/div\u003e\u003c/div\u003e\u003c/a\u003e\u003cdiv class=ez-vid-preview id=ez-vid-preview-ez-4998\u003e\u003c/div\u003e\u003cdiv id=lds-ring-ez-4998 class=lds-ring\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-links-ez-4998 style=position:absolute;\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-lower-title-link-ez-4998 class=lower-title-link\u003e\u003ca href=//www.humix.com/video/jpK5OjQIZbu target=_blank\u003eBasic English Conversation for Beginners #41\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","PreferredVideoType":0,"VideoPlaylist":{"VideoPlaylistId":1,"FirstVideoSelectionId":0,"FirstVideoIndex":0,"Name":"Universal Player","IsLooping":1,"IsShuffled":0,"Autoskip":0,"Videos":[{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":0},{"PublisherVideoId":460531,"PublisherId":117581,"VideoContentId":"TAnXPrRl6zu","DomainId":408580,"Title":"Basic English Conversation for Beginners #37","Description":"Basic English Conversation for Beginners #37","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:43:38","ModifiedDate":"2023-07-08 01:46:25","PreviewImage":"https://video-meta.humix.com/poster/jwnJkLYGVSIlQcab/jwnJkLYGVSIlQcab_j1688780673128-9zfkra_t1688780778_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134767,"StreamingURL":"https://streaming.humix.com/contents/jwnJkLYGVSIlQcab/1688780778/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"TAnXPrRl6zu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:1][PlaylistAdUnit:1][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"TAnXPrRl6zu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":1},{"PublisherVideoId":453565,"PublisherId":117581,"VideoContentId":"KtLPGPlA7ru","DomainId":408580,"Title":"Basic English Conversation for Beginners #17","Description":"Basic English Conversation for Beginners #17","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:30:38","ModifiedDate":"2023-07-02 01:33:09","PreviewImage":"https://video-meta.humix.com/poster/cAVuJvblViwvXjZE/cAVuJvblViwvXjZE_j1688261485290-ei45em_t1688261583_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":138071,"StreamingURL":"https://streaming.humix.com/contents/cAVuJvblViwvXjZE/1688261583/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KtLPGPlA7ru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:2][PlaylistAdUnit:2][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Family \u0026 Relationships,Language Resources","IABCategoryIds":"186,147","NLBCategoryIds":"446,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KtLPGPlA7ru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":2},{"PublisherVideoId":461796,"PublisherId":117581,"VideoContentId":"bVnqaidcsru","DomainId":408580,"Title":"Basic English Conversation for Beginners #40","Description":"Basic English Conversation for Beginners #40","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-09 00:45:07","ModifiedDate":"2023-07-09 00:47:08","PreviewImage":"https://video-meta.humix.com/poster/sYZawfMyyDdREjOs/sYZawfMyyDdREjOs_j1688863552207-lj7ebc_t1688863623_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139806,"StreamingURL":"https://streaming.humix.com/contents/sYZawfMyyDdREjOs/1688863623/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"bVnqaidcsru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:3][PlaylistAdUnit:3][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Honeymoons \u0026 Romantic Getaways,Hobbies \u0026 Leisure,Language Resources","IABCategoryIds":"667,239,147","NLBCategoryIds":"1252,324,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"bVnqaidcsru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":3},{"PublisherVideoId":453566,"PublisherId":117581,"VideoContentId":"KIK5GPRk7Wu","DomainId":408580,"Title":"Basic English Conversation for Beginners #18","Description":"Basic English Conversation for Beginners #18","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:36:59","ModifiedDate":"2023-07-02 01:38:53","PreviewImage":"https://video-meta.humix.com/poster/SRVxkkMJaXwuxswU/SRVxkkMJaXwuxswU_j1688261864868-zvumb8_t1688261928_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":129662,"StreamingURL":"https://streaming.humix.com/contents/SRVxkkMJaXwuxswU/1688261928/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KIK5GPRk7Wu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:4][PlaylistAdUnit:4][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KIK5GPRk7Wu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":4},{"PublisherVideoId":464904,"PublisherId":117581,"VideoContentId":"agebiallYqu","DomainId":408580,"Title":"Basic English Conversation for Beginners #46","Description":"Basic English Conversation for Beginners #46","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:10:29","ModifiedDate":"2023-07-11 02:13:06","PreviewImage":"https://video-meta.humix.com/poster/oFsmSawMoNIAMfjY/oFsmSawMoNIAMfjY_j1689041471348-n7rl9l_t1689041581_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":140373,"StreamingURL":"https://streaming.humix.com/contents/oFsmSawMoNIAMfjY/1689041581/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"agebiallYqu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:5][PlaylistAdUnit:5][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Documentary Films,Romance Films,Language Resources","IABCategoryIds":"332,326,147","NLBCategoryIds":"638,646,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"agebiallYqu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":5},{"PublisherVideoId":453567,"PublisherId":117581,"VideoContentId":"LcK5HPlBAWu","DomainId":408580,"Title":"Basic English Conversation for Beginners #19","Description":"Basic English Conversation for Beginners #19","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:40:13","ModifiedDate":"2023-07-02 01:42:47","PreviewImage":"https://video-meta.humix.com/poster/ahzeADSasfpckYoh/ahzeADSasfpckYoh_j1688262049887-1wt3fr_t1688262161_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134601,"StreamingURL":"https://streaming.humix.com/contents/ahzeADSasfpckYoh/1688262161/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"LcK5HPlBAWu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:6][PlaylistAdUnit:6][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"LcK5HPlBAWu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":6},{"PublisherVideoId":464899,"PublisherId":117581,"VideoContentId":"P_SPbGQBYHu","DomainId":408580,"Title":"Basic English Conversation for Beginners #44","Description":"Basic English Conversation for Beginners #44","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:08:25","ModifiedDate":"2023-07-11 02:10:39","PreviewImage":"https://video-meta.humix.com/poster/zoABCEXvFcHCFJQs/zoABCEXvFcHCFJQs_j1689041346542-7tuz2m_t1689041433_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139839,"StreamingURL":"https://streaming.humix.com/contents/zoABCEXvFcHCFJQs/1689041434/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"P_SPbGQBYHu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:7][PlaylistAdUnit:7][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"P_SPbGQBYHu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":7},{"PublisherVideoId":152726,"PublisherId":122246,"VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","DomainId":296420,"Title":"10 English Relationship Idioms || Spoken English || ESL Advice","Description":"From this video, you\u0026#39;ll learn 10 English idioms that you can use in everyday life.\n\n#idioms \n#relationship\n#vocabulary","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2022-11-22 03:24:57","ModifiedDate":"2022-11-22 03:30:14","PreviewImage":"https://streaming.humix.com/poster/kitYuvsHfLjenIwk/ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825_mVnVZl.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":178912,"StreamingURL":"https://streaming.humix.com/contents/kitYuvsHfLjenIwk/1685094173/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":296420,"DomainIdShare":62087,"DomainNameOwner":"esladvice.com-296420-old2","VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:8][PlaylistAdUnit:8][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Distance Learning,Language Resources,Education","IABCategoryIds":"148,147,132","NLBCategoryIds":"395,505,393","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"import-from-youtube","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"OkHtAkcyOG2","PreferredVideoType":0,"HumixChannelId":13014,"IsHumixChannelActive":false,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English,ESL,EFL,Learn English","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":8},{"PublisherVideoId":460529,"PublisherId":117581,"VideoContentId":"m7mqiHl67ju","DomainId":408580,"Title":"Basic English Conversation for Beginners #35","Description":"Basic English Conversation for Beginners #35","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:41:31","ModifiedDate":"2023-07-08 01:43:31","PreviewImage":"https://video-meta.humix.com/poster/ISpagNNoACMjKIpI/ISpagNNoACMjKIpI_j1688780536482-iyrso6_t1688780605_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139272,"StreamingURL":"https://streaming.humix.com/contents/ISpagNNoACMjKIpI/1688780606/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"m7mqiHl67ju","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:9][PlaylistAdUnit:9][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"m7mqiHl67ju","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":9}],"IsVerticalPlaylist":false,"HumixId":""},"VideoRankingConfigId":29,"CollectionId":1340,"ScoreGroupId":1,"VideoAutoMatchType":1,"HumixChannelId":25882,"HasNextVideo":false,"NextVideoURL":"","ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","IsHumixApp":false,"IsMagicPlayer":true,"IsVerticalPlaylist":true,"Language":"en","VideoPlaceholderId":4999,"URL":"https://basicenglishspeaking.com/daily-english-conversation-topics/","Width":0,"MaxWidth":"","Height":0,"PreviewURL":"","VideoDisplayType":0,"MatchOption":0,"PlaceholderSelectionId":0,"HashValue":"","IsFloating":false,"AdsEnabled":1,"IsAutoSelect":true,"Keyword":"","VideoSelection":0,"VideoMatchScore":36,"VideoPlaceholderHash":"","IsAIPlaceholder":true,"AutoInsertImpressionID":"","ExternalId":"","InsertMethod":"js","Video":{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"https://video-meta.humix.com/link/jpK5OjQIZbu.vtt","Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics"}},{"PlayerId":"ez-4998","VideoContentId":"jpK5OjQIZbu","VideoPlaylistSelectionId":0,"VideoPlaylistId":1,"VideoTitle":"Basic English Conversation for Beginners #41","VideoDescription":"","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"","VideoDurationMs":134901,"DeviceTypeFlag":14,"FloatFlag":14,"IsAutoPlay":false,"IsLoop":true,"OutstreamEnabled":false,"ShouldConsiderDocVisibility":true,"ShouldPauseAds":true,"AdUnit":"","ImpressionId":0,"VideoStartTime":0,"IsStartTimeEnabled":0,"IsKeyMoment":false,"PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"VideoUploadSource":"dashboard-manual-upload","IsVertical":false,"IsPreferred":false,"ShowControls":false,"IsSharedEmbed":false,"ShortenId":"jpK5OjQIZbu","Preview":false,"PlaylistHumixId":"","MagicPlaceholderType":2,"MagicHTML":"","PreferredVideoType":0,"VideoPlaylist":{"VideoPlaylistId":1,"FirstVideoSelectionId":0,"FirstVideoIndex":0,"Name":"Universal Player","IsLooping":1,"IsShuffled":0,"Autoskip":0,"Videos":[{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":0},{"PublisherVideoId":460531,"PublisherId":117581,"VideoContentId":"TAnXPrRl6zu","DomainId":408580,"Title":"Basic English Conversation for Beginners #37","Description":"Basic English Conversation for Beginners #37","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:43:38","ModifiedDate":"2023-07-08 01:46:25","PreviewImage":"https://video-meta.humix.com/poster/jwnJkLYGVSIlQcab/jwnJkLYGVSIlQcab_j1688780673128-9zfkra_t1688780778_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134767,"StreamingURL":"https://streaming.humix.com/contents/jwnJkLYGVSIlQcab/1688780778/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"TAnXPrRl6zu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:1][PlaylistAdUnit:1][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"TAnXPrRl6zu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":1},{"PublisherVideoId":453565,"PublisherId":117581,"VideoContentId":"KtLPGPlA7ru","DomainId":408580,"Title":"Basic English Conversation for Beginners #17","Description":"Basic English Conversation for Beginners #17","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:30:38","ModifiedDate":"2023-07-02 01:33:09","PreviewImage":"https://video-meta.humix.com/poster/cAVuJvblViwvXjZE/cAVuJvblViwvXjZE_j1688261485290-ei45em_t1688261583_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":138071,"StreamingURL":"https://streaming.humix.com/contents/cAVuJvblViwvXjZE/1688261583/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KtLPGPlA7ru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:2][PlaylistAdUnit:2][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Family \u0026 Relationships,Language Resources","IABCategoryIds":"186,147","NLBCategoryIds":"446,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KtLPGPlA7ru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":2},{"PublisherVideoId":461796,"PublisherId":117581,"VideoContentId":"bVnqaidcsru","DomainId":408580,"Title":"Basic English Conversation for Beginners #40","Description":"Basic English Conversation for Beginners #40","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-09 00:45:07","ModifiedDate":"2023-07-09 00:47:08","PreviewImage":"https://video-meta.humix.com/poster/sYZawfMyyDdREjOs/sYZawfMyyDdREjOs_j1688863552207-lj7ebc_t1688863623_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139806,"StreamingURL":"https://streaming.humix.com/contents/sYZawfMyyDdREjOs/1688863623/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"bVnqaidcsru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:3][PlaylistAdUnit:3][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Honeymoons \u0026 Romantic Getaways,Hobbies \u0026 Leisure,Language Resources","IABCategoryIds":"667,239,147","NLBCategoryIds":"1252,324,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"bVnqaidcsru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":3},{"PublisherVideoId":453566,"PublisherId":117581,"VideoContentId":"KIK5GPRk7Wu","DomainId":408580,"Title":"Basic English Conversation for Beginners #18","Description":"Basic English Conversation for Beginners #18","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:36:59","ModifiedDate":"2023-07-02 01:38:53","PreviewImage":"https://video-meta.humix.com/poster/SRVxkkMJaXwuxswU/SRVxkkMJaXwuxswU_j1688261864868-zvumb8_t1688261928_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":129662,"StreamingURL":"https://streaming.humix.com/contents/SRVxkkMJaXwuxswU/1688261928/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KIK5GPRk7Wu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:4][PlaylistAdUnit:4][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KIK5GPRk7Wu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":4},{"PublisherVideoId":464904,"PublisherId":117581,"VideoContentId":"agebiallYqu","DomainId":408580,"Title":"Basic English Conversation for Beginners #46","Description":"Basic English Conversation for Beginners #46","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:10:29","ModifiedDate":"2023-07-11 02:13:06","PreviewImage":"https://video-meta.humix.com/poster/oFsmSawMoNIAMfjY/oFsmSawMoNIAMfjY_j1689041471348-n7rl9l_t1689041581_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":140373,"StreamingURL":"https://streaming.humix.com/contents/oFsmSawMoNIAMfjY/1689041581/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"agebiallYqu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:5][PlaylistAdUnit:5][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Documentary Films,Romance Films,Language Resources","IABCategoryIds":"332,326,147","NLBCategoryIds":"638,646,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"agebiallYqu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":5},{"PublisherVideoId":453567,"PublisherId":117581,"VideoContentId":"LcK5HPlBAWu","DomainId":408580,"Title":"Basic English Conversation for Beginners #19","Description":"Basic English Conversation for Beginners #19","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:40:13","ModifiedDate":"2023-07-02 01:42:47","PreviewImage":"https://video-meta.humix.com/poster/ahzeADSasfpckYoh/ahzeADSasfpckYoh_j1688262049887-1wt3fr_t1688262161_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134601,"StreamingURL":"https://streaming.humix.com/contents/ahzeADSasfpckYoh/1688262161/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"LcK5HPlBAWu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:6][PlaylistAdUnit:6][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"LcK5HPlBAWu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":6},{"PublisherVideoId":464899,"PublisherId":117581,"VideoContentId":"P_SPbGQBYHu","DomainId":408580,"Title":"Basic English Conversation for Beginners #44","Description":"Basic English Conversation for Beginners #44","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:08:25","ModifiedDate":"2023-07-11 02:10:39","PreviewImage":"https://video-meta.humix.com/poster/zoABCEXvFcHCFJQs/zoABCEXvFcHCFJQs_j1689041346542-7tuz2m_t1689041433_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139839,"StreamingURL":"https://streaming.humix.com/contents/zoABCEXvFcHCFJQs/1689041434/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"P_SPbGQBYHu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:7][PlaylistAdUnit:7][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"P_SPbGQBYHu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":7},{"PublisherVideoId":152726,"PublisherId":122246,"VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","DomainId":296420,"Title":"10 English Relationship Idioms || Spoken English || ESL Advice","Description":"From this video, you\u0026#39;ll learn 10 English idioms that you can use in everyday life.\n\n#idioms \n#relationship\n#vocabulary","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2022-11-22 03:24:57","ModifiedDate":"2022-11-22 03:30:14","PreviewImage":"https://streaming.humix.com/poster/kitYuvsHfLjenIwk/ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825_mVnVZl.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":178912,"StreamingURL":"https://streaming.humix.com/contents/kitYuvsHfLjenIwk/1685094173/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":296420,"DomainIdShare":62087,"DomainNameOwner":"esladvice.com-296420-old2","VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:8][PlaylistAdUnit:8][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Distance Learning,Language Resources,Education","IABCategoryIds":"148,147,132","NLBCategoryIds":"395,505,393","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"import-from-youtube","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"OkHtAkcyOG2","PreferredVideoType":0,"HumixChannelId":13014,"IsHumixChannelActive":false,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English,ESL,EFL,Learn English","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":8},{"PublisherVideoId":460529,"PublisherId":117581,"VideoContentId":"m7mqiHl67ju","DomainId":408580,"Title":"Basic English Conversation for Beginners #35","Description":"Basic English Conversation for Beginners #35","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:41:31","ModifiedDate":"2023-07-08 01:43:31","PreviewImage":"https://video-meta.humix.com/poster/ISpagNNoACMjKIpI/ISpagNNoACMjKIpI_j1688780536482-iyrso6_t1688780605_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139272,"StreamingURL":"https://streaming.humix.com/contents/ISpagNNoACMjKIpI/1688780606/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"m7mqiHl67ju","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:9][PlaylistAdUnit:9][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"m7mqiHl67ju","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":9}],"IsVerticalPlaylist":false,"HumixId":""},"VideoRankingConfigId":29,"CollectionId":1340,"ScoreGroupId":1,"VideoAutoMatchType":1,"HumixChannelId":25882,"HasNextVideo":false,"NextVideoURL":"","ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","IsHumixApp":false,"IsMagicPlayer":true,"IsVerticalPlaylist":true,"Language":"en","VideoPlaceholderId":4998,"URL":"https://basicenglishspeaking.com/daily-english-conversation-topics/","Width":640,"MaxWidth":"","Height":360,"PreviewURL":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","VideoDisplayType":0,"MatchOption":0,"PlaceholderSelectionId":0,"HashValue":"","IsFloating":false,"AdsEnabled":0,"IsAutoSelect":true,"Keyword":"","VideoSelection":0,"VideoMatchScore":36,"VideoPlaceholderHash":"","IsAIPlaceholder":false,"AutoInsertImpressionID":"","ExternalId":"","InsertMethod":"js","Video":{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"https://video-meta.humix.com/link/jpK5OjQIZbu.vtt","Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics"}}];window.ezIntType="";for(vIndex=0;vIndex<videoObjects.length;vIndex++){let videoObject=videoObjects[vIndex];videoObject.videoObjectsCount=videoObjects.length;videoObject.videoObjectsIndex=vIndex+1;ezVideoPlayer.Init(videoObject);}});function renderEzoicVideoContent(){if(window.renderEzoicVideoContentCBs&&window.renderEzoicVideoContentCBs.length){for(let i=0;i<window.renderEzoicVideoContentCBs.length;i++){if(typeof window.renderEzoicVideoContentCBs[i]==="function"){window.renderEzoicVideoContentCBs[i]();}}}
window.renderEzoicVideoContentCBs={push:function(f){f();}};}
if(typeof vectx!=="undefined"){vectx["is_magic_player"]=true;}
__ez.queue.addFileOnce("/beardeddragon/wyrm.js","/beardeddragon/wyrm.js?cb=8",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/wyvern.js","/beardeddragon/wyvern.js?cb=144",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/porpoiseant/jellyfish.js","/porpoiseant/jellyfish.js?a=a&cb=17&dcb=17&shcb=34",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/gilamonster.js","/beardeddragon/gilamonster.js?cb=59f2a310d8",true,["/beardeddragon/wyrm.js","/beardeddragon/wyvern.js","/porpoiseant/jellyfish.js"],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/iguana.js","/beardeddragon/iguana.js?cb=1797d995dd",true,["/beardeddragon/wyrm.js","/beardeddragon/gilamonster.js"],false,false,true,false,window);__ez.queue.addFileOnce("ima","//imasdk.googleapis.com/js/sdkloader/ima3.js",true,[],false,false,true,false,window);__ez.queue.addFunc("ezoicVideo","renderEzoicVideoContent",null,true,["ezaqReady","/detroitchicago/birmingham.js","/beardeddragon/iguana.js","ima","/detroitchicago/portland.js","/beardeddragon/axolotl.js"],false,false,true,false,window);</script><script data-ezscrex=false></script><script>__ez.queue.addFile('/beardeddragon/tortoise.js','/beardeddragon/tortoise.js?gcb=3&cb=11',false,[],true,false,true,false);</script><script data-cfasync=false>__ez.queue.addFile('/tardisrocinante/script_delay.js','/tardisrocinante/script_delay.js?gcb=3&cb=2',false,['/tardisrocinante/screx.js'],true,false,true,false);</script><script style=display:none async>if(typeof window.__ez!=='undefined'&&window.__ez?.queue?.addFileOnce){window.__ez.queue.addFileOnce('identity','https://go.ezodn.com/detroitchicago/indy.js?cb=15&gcb=0',true,[],true,false,false,true);}</script><script data-cfasync="false">function _emitEzConsentEvent(){var customEvent=new CustomEvent("ezConsentEvent",{detail:{ezTcfConsent:window.ezTcfConsent},bubbles:true,cancelable:true,});document.dispatchEvent(customEvent);}
(function(window,document){function _setAllEzConsentTrue(){window.ezTcfConsent.loaded=true;window.ezTcfConsent.store_info=true;window.ezTcfConsent.develop_and_improve_services=true;window.ezTcfConsent.measure_ad_performance=true;window.ezTcfConsent.measure_content_performance=true;window.ezTcfConsent.select_basic_ads=true;window.ezTcfConsent.create_ad_profile=true;window.ezTcfConsent.select_personalized_ads=true;window.ezTcfConsent.create_content_profile=true;window.ezTcfConsent.select_personalized_content=true;window.ezTcfConsent.understand_audiences=true;window.ezTcfConsent.use_limited_data_to_select_content=true;window.ezTcfConsent.select_personalized_content=true;}
function _clearEzConsentCookie(){document.cookie="ezCMPCookieConsent=tcf2;Domain=.basicenglishspeaking.com;Path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT";}
_clearEzConsentCookie();if(typeof window.__tcfapi!=="undefined"){window.ezgconsent=false;var amazonHasRun=false;function _ezAllowed(tcdata,purpose){return(tcdata.purpose.consents[purpose]||tcdata.purpose.legitimateInterests[purpose]);}
function _reloadAds(){if(typeof window.ezorefgsl==="function"&&typeof window.ezslots==="object"){if(typeof __ezapsFetchBids=="function"&&amazonHasRun===false){ezapsFetchBids(__ezaps);if(typeof __ezapsVideo!="undefined"){ezapsFetchBids(__ezapsVideo,"video");}
amazonHasRun=true;}
var slots=[];for(var i=0;i<window.ezslots.length;i++){if(window[window.ezslots[i]]&&typeof window[window.ezslots[i]]==="object"){slots.push(window[window.ezslots[i]]);}else{setTimeout(_reloadAds,100);return false;}}
for(var i=0;i<slots.length;i++){window.ezorefgsl(slots[i]);}}else if(!window.ezadtimeoutset){window.ezadtimeoutset=true;setTimeout(_reloadAds,100);}}
function _handleConsentDecision(tcdata){window.ezTcfConsent.loaded=true;if(!tcdata.vendor.consents["347"]&&!tcdata.vendor.legitimateInterests["347"]){window._emitEzConsentEvent();return;}
window.ezTcfConsent.store_info=_ezAllowed(tcdata,"1");window.ezTcfConsent.develop_and_improve_services=_ezAllowed(tcdata,"10");window.ezTcfConsent.measure_content_performance=_ezAllowed(tcdata,"8");window.ezTcfConsent.select_basic_ads=_ezAllowed(tcdata,"2");window.ezTcfConsent.create_ad_profile=_ezAllowed(tcdata,"3");window.ezTcfConsent.select_personalized_ads=_ezAllowed(tcdata,"4");window.ezTcfConsent.create_content_profile=_ezAllowed(tcdata,"5");window.ezTcfConsent.measure_ad_performance=_ezAllowed(tcdata,"7");window.ezTcfConsent.use_limited_data_to_select_content=_ezAllowed(tcdata,"11");window.ezTcfConsent.select_personalized_content=_ezAllowed(tcdata,"6");window.ezTcfConsent.understand_audiences=_ezAllowed(tcdata,"9");window._emitEzConsentEvent();}
function _handleGoogleConsentV2(tcdata){if(!tcdata||!tcdata.purpose||!tcdata.purpose.consents){return;}
var googConsentV2={};if(tcdata.purpose.consents[1]){googConsentV2.ad_storage='granted';googConsentV2.analytics_storage='granted';}
if(tcdata.purpose.consents[3]&&tcdata.purpose.consents[4]){googConsentV2.ad_personalization='granted';}
if(tcdata.purpose.consents[1]&&tcdata.purpose.consents[7]){googConsentV2.ad_user_data='granted';}
if(googConsentV2.analytics_storage=='denied'){gtag('set','url_passthrough',true);}
gtag('consent','update',googConsentV2);}
__tcfapi("addEventListener",2,function(tcdata,success){if(!success||!tcdata){window._emitEzConsentEvent();return;}
if(!tcdata.gdprApplies){_setAllEzConsentTrue();window._emitEzConsentEvent();return;}
if(tcdata.eventStatus==="useractioncomplete"||tcdata.eventStatus==="tcloaded"){if(typeof gtag!='undefined'){_handleGoogleConsentV2(tcdata);}
_handleConsentDecision(tcdata);if(tcdata.purpose.consents["1"]===true&&tcdata.vendor.consents["755"]!==false){window.ezgconsent=true;(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;_reloadAds();}else{_reloadAds();}
if(window.__ezconsent){__ezconsent.setEzoicConsentSettings(ezConsentCategories);}
__tcfapi("removeEventListener",2,function(success){return null;},tcdata.listenerId);if(!(tcdata.purpose.consents["1"]===true&&_ezAllowed(tcdata,"2")&&_ezAllowed(tcdata,"3")&&_ezAllowed(tcdata,"4"))){if(typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof window["_ezaq"]=="object"&&typeof window["_ezaq"]["page_view_id"]=="string"){__ez.bit.Add(window["_ezaq"]["page_view_id"],[new __ezDotData("non_personalized_ads",true),]);}}}});}else{_setAllEzConsentTrue();window._emitEzConsentEvent();}})(window,document);</script></body></html>
예시 2)
# BeautifulSoup 라이브러리를 가져옵니다.
from bs4 import BeautifulSoup
# 앞서 요청으로 가져온 HTML 응답(request.text)을 BeautifulSoup 객체로 파싱합니다.
# BeautifulSoup 객체를 생성하면 HTML 문서를 구조적으로 탐색할 수 있습니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
# HTML 문서에서 class 속성이 'thrv-columns'인 <div> 태그를 찾습니다.
# soup.find()는 조건에 맞는 첫 번째 태그를 반환합니다.
div = soup.find('div', {'class': 'thrv-columns'}) # {'class': 'thrv-columns'}는 속성 조건입니다.
# 찾은 <div> 태그의 내용(HTML 소스)을 출력합니다.
# 만약 해당 조건을 만족하는 <div>가 없으면 None을 반환합니다.
print(div)
--->
<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:792"><div class="tcb-flex-row tcb--cols--3"><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>1. <a class="tve-froala" href="https://basicenglishspeaking.com/family/" style="outline:none">Family</a><br/>2. <a class="tve-froala" href="https://basicenglishspeaking.com/restaurant/" style="outline:none">Restaurant</a><br/>3. <a href="https://basicenglishspeaking.com/books/">Books</a><br/>4. <a href="https://basicenglishspeaking.com/travel/">Travel</a><br/>5. <a href="https://basicenglishspeaking.com/website/">Website</a><br/>6. <a href="https://basicenglishspeaking.com/accident/">Accident</a><br/>7. <a class="tve-froala" href="https://basicenglishspeaking.com/childhood-memory/" style="outline:none">Childhood memory</a><br/>8. <a class="tve-froala" href="https://basicenglishspeaking.com/favorite-rooms/" style="outline:none">Favorite rooms</a><br/>9. <a href="https://basicenglishspeaking.com/presents/">Presents</a><br/>10. <a class="tve-froala" href="https://basicenglishspeaking.com/historical-place/" style="outline:none">Historical place</a><br/>11. <a class="tve-froala" href="https://basicenglishspeaking.com/newspaper-magazine/" style="outline:none">Newspaper/ Magazine</a><br/>12. <a href="https://basicenglishspeaking.com/an-event/">A memorable event</a><br/>13. <a href="https://basicenglishspeaking.com/a-subject/">A favorite subject</a><br/>14. <a href="https://basicenglishspeaking.com/a-museum/">A museum</a><br/>15. <a href="https://basicenglishspeaking.com/a-movie/">A favorite movie</a><br/>16. <a href="https://basicenglishspeaking.com/a-foreign-country/">A foreign country</a><br/>17. <a href="https://basicenglishspeaking.com/parties/">Parties</a><br/>18. <a href="https://basicenglishspeaking.com/a-teacher/">A teacher</a><br/>19. <a href="https://basicenglishspeaking.com/a-friend/">A friend</a><br/>20. <a href="https://basicenglishspeaking.com/a-hotel/">A hotel</a><br/>21. <a href="https://basicenglishspeaking.com/a-letter/">A letter</a><br/>22. <a href="https://basicenglishspeaking.com/hobbies/">Hobbies</a><br/>23. <a href="https://basicenglishspeaking.com/music/">Music</a><br/>24. <a href="https://basicenglishspeaking.com/shopping/">Shopping</a><br/>25. <a href="https://basicenglishspeaking.com/holiday/">Holiday</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>26. <a class="tve-froala" href="https://basicenglishspeaking.com/animals/" style="outline:none">Animals</a><br/>27. <a class="tve-froala" href="https://basicenglishspeaking.com/a-practical-skill/" style="outline:none">A practical skill</a><br/>28. <a href="https://basicenglishspeaking.com/sports/">Sport</a><br/>29. <a href="https://basicenglishspeaking.com/a-school/">A School</a><br/>30. <a href="https://basicenglishspeaking.com/festival/">Festival</a><br/>31. <a href="https://basicenglishspeaking.com/food/">Food</a><br/>32. <a href="https://basicenglishspeaking.com/household-appliance/">Household appliance</a><br/>33. <a href="https://basicenglishspeaking.com/a-music-band/">A music band</a><br/>34. <a href="https://basicenglishspeaking.com/weather/">Weather</a><br/>35. <a href="https://basicenglishspeaking.com/neighbor/">Neighbor</a><br/>36. <a href="https://basicenglishspeaking.com/natural-scenery/">Natural scenery</a><br/>37. <a href="https://basicenglishspeaking.com/outdoor-activities/">Outdoor activities</a><br/>38. <a href="https://basicenglishspeaking.com/law/">Law</a><br/>39. <a href="https://basicenglishspeaking.com/pollution/">Pollution</a><br/>40. <a href="https://basicenglishspeaking.com/traffic-jam/">Traffic jam</a><br/>41. <a href="https://basicenglishspeaking.com/tv-program/">TV program</a><br/>42. <a href="https://basicenglishspeaking.com/architecture-building/">Architect/ Building</a><br/>43. <a href="https://basicenglishspeaking.com/electronic-media/">Electronic Media</a><br/>44. <a href="https://basicenglishspeaking.com/job-career/">Job/ Career</a><br/>45. <a href="https://basicenglishspeaking.com/competition-contest/">Competition/ contest</a><br/>46. <a href="https://basicenglishspeaking.com/a-garden/">A garden</a><br/>47. <a href="https://basicenglishspeaking.com/hometown/">Hometown</a><br/>48. <a href="https://basicenglishspeaking.com/clothing/">Clothing</a><br/>49. <a href="https://basicenglishspeaking.com/an-advertisement/">Advertisement</a><br/>50. <a href="https://basicenglishspeaking.com/a-project/">A project</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>51. <a href="https://basicenglishspeaking.com/a-wedding/">A wedding</a><br/>52. <a href="https://basicenglishspeaking.com/a-coffee-shop/">A Coffee shop</a><br/>53. <a href="https://basicenglishspeaking.com/culture/">Culture</a><br/>54. <a href="https://basicenglishspeaking.com/transport/">Transport</a><br/>55. <a href="https://basicenglishspeaking.com/politician/">Politician</a><br/>56. <a href="https://basicenglishspeaking.com/communication/">Communication</a><br/>57. <a href="https://basicenglishspeaking.com/business/">Business</a><br/>58. <a href="https://basicenglishspeaking.com/computer/">Computer</a><br/>59. <a href="https://basicenglishspeaking.com/exercise/">Exercise</a><br/>60. <a href="https://basicenglishspeaking.com/goal-ambition/">Goal/ ambition</a><br/>61. <a href="https://basicenglishspeaking.com/art/">Art</a><br/>62. <a href="https://basicenglishspeaking.com/fashion/">Fashion</a><br/>63. <a href="https://basicenglishspeaking.com/jewelry/">Jewelry</a><br/>64. <a href="https://basicenglishspeaking.com/cosmetic/">Cosmetic</a><br/>65. <a href="https://basicenglishspeaking.com/indoor-game/">Indoor Game</a><br/>66. <a href="https://basicenglishspeaking.com/phone-conversation/">Phone conversation</a><br/>67. <a href="https://basicenglishspeaking.com/learning-second-language/">Learning A Second language</a><br/>68. <a href="https://basicenglishspeaking.com/a-creative-person/">A Creative Person</a><br/>69. <a href="https://basicenglishspeaking.com/a-celebrity/">A celebrity</a><br/>70. <a href="https://basicenglishspeaking.com/a-health-problem/">A Health Problem</a><br/>71. <a href="https://basicenglishspeaking.com/technological-advancements/">Technological advancements</a><br/>72. <a href="https://basicenglishspeaking.com/a-landmark/">A Landmark</a><br/>73. <a href="https://basicenglishspeaking.com/handcraft-items/">Handcraft Items</a><br/>74. <a href="https://basicenglishspeaking.com/plastic-surgery/">Plastic Surgery</a><br/>75. <a href="https://basicenglishspeaking.com/success/">Success</a></p></div></div></div></div></div>
예시 3)
import requests
from bs4 import BeautifulSoup
# URL 요청 및 응답 받기
site = 'https://basicenglishspeaking.com/daily-english-conversation-topics/'
request = requests.get(site)
# 요청 상태 확인
print(request) # <Response [200]> 출력
print(request.text) # HTML 소스 출력
# BeautifulSoup으로 HTML 파싱
soup = BeautifulSoup(request.text, 'html.parser')
# 특정 'div' 태그 찾기
div = soup.find('div', {'class': 'thrv-columns'})
print(div)
---->
<Response [200]>
<!doctype html><html lang=en-us><head><script>var __ezHttpConsent={setByCat:function(src,tagType,attributes,category,force){var setScript=function(){if(force||window.ezTcfConsent[category]){var scriptElement=document.createElement(tagType);scriptElement.src=src;attributes.forEach(function(attr){for(var key in attr){if(attr.hasOwnProperty(key)){scriptElement.setAttribute(key,attr[key]);}}});var firstScript=document.getElementsByTagName(tagType)[0];firstScript.parentNode.insertBefore(scriptElement,firstScript);}};if(force||(window.ezTcfConsent&&window.ezTcfConsent.loaded)){setScript();}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){setScript();}else{console.error("cannot get ez consent data");force=true;setScript();}});}else{force=true;setScript();console.error("getEzConsentData is not a function");}},};</script>
<script>var ezTcfConsent=window.ezTcfConsent?window.ezTcfConsent:{loaded:false,store_info:false,develop_and_improve_services:false,measure_ad_performance:false,measure_content_performance:false,select_basic_ads:false,create_ad_profile:false,select_personalized_ads:false,create_content_profile:false,select_personalized_content:false,understand_audiences:false,use_limited_data_to_select_content:false,};function getEzConsentData(){return new Promise(function(resolve){document.addEventListener("ezConsentEvent",function(event){var ezTcfConsent=event.detail.ezTcfConsent;resolve(ezTcfConsent);});});}</script>
<script>function _setEzCookies(ezConsentData){var cookies=[{name:"ezopvc_62087",value:"1; Path=/; Domain=basicenglishspeaking.com; Expires=Thu, 05 Dec 2024 02:05:34 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoab_62087",value:"mod231; Path=/; Domain=basicenglishspeaking.com; Max-Age=7200",tcfCategory:"store_info",isEzoic:"true",},{name:"active_template::62087",value:"pub_site.1733420671; Path=/; Domain=basicenglishspeaking.com; Expires=Sat, 07 Dec 2024 17:44:31 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezoadgid_62087",value:"-1; Path=/; Domain=basicenglishspeaking.com; Max-Age=1800",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezosuibasgeneris-1",value:"54c78da4-ed8d-415c-721c-4de898bc5b29; Path=/; Domain=basicenglishspeaking.com; Expires=Fri, 05 Dec 2025 17:44:31 UTC; Secure; SameSite=None",tcfCategory:"understand_audiences",isEzoic:"true",}];for(var i=0;i<cookies.length;i++){var cookie=cookies[i];if(ezConsentData&&ezConsentData.loaded&&ezConsentData[cookie.tcfCategory]){document.cookie=cookie.name+"="+cookie.value;}}}
if(window.ezTcfConsent&&window.ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else{console.error("cannot get ez consent data");_setEzCookies(window.ezTcfConsent);}});}else{console.error("getEzConsentData is not a function");_setEzCookies(window.ezTcfConsent);}</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"edge_cache_status":14,"edge_response_time":6,"url":"https://basicenglishspeaking.com/daily-english-conversation-topics/"}, typeof window._ezaq !== "undefined" ? window._ezaq : {});</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"ezcache_level":2}, typeof window._ezaq !== "undefined" ? window._ezaq : {});</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window._ezaq = Object.assign({"ab_test_id":"mod231"}, typeof window._ezaq !== "undefined" ? window._ezaq : {});window.__ez=window.__ez||{};window.__ez.tf={};</script><script type="text/javascript" data-ezscrex='false' data-cfasync='false'>window.ezDisableAds = true;</script><script src="https://the.gatekeeperconsent.com/gpp/v1/gppstub.js?cb=2" async></script><script data-ezscrex=false data-cfasync=false data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=false;__ez.queue=function(){var e=0,i=0,t=[],n=!1,o=[],r=[],s=!0,a=function(e,i,n,o,r,s,a){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,d=this;this.name=e,this.funcName=i,this.parameters=null===n?null:w(n)?n:[n],this.isBlock=o,this.blockedBy=r,this.deleteWhenComplete=s,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=a,this.fWindow=l,this.isTimeDelay=!1,this.process=function(){u("... func = "+e),d.isInitialized=!0,d.isComplete=!0,u("... func.apply: "+e);var i=d.funcName.split("."),n=null,o=this.fWindow||window;i.length>3||(n=3===i.length?o[i[0]][i[1]][i[2]]:2===i.length?o[i[0]][i[1]]:o[d.funcName]),null!=n&&n.apply(null,this.parameters),!0===d.deleteWhenComplete&&delete t[e],!0===d.isBlock&&(u("----- F'D: "+d.name),m())}},l=function(e,i,t,n,o,r,s){var a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,l=this;this.name=e,this.path=i,this.async=o,this.defer=r,this.isBlock=t,this.blockedBy=n,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=s,this.fWindow=a,this.isTimeDelay=!1,this.isPath=function(e){return"/"===e[0]&&"/"!==e[1]},this.getSrc=function(e){return void 0!==window.__ezScriptHost&&this.isPath(e)&&"banger.js"!==this.name?window.__ezScriptHost+e:e},this.process=function(){l.isInitialized=!0,u("... file = "+e);var i=this.fWindow?this.fWindow.document:document,t=i.createElement("script");t.src=this.getSrc(this.path),!0===o?t.async=!0:!0===r&&(t.defer=!0),t.onerror=function(){var e={url:window.location.href,name:l.name,path:l.path,user_agent:window.navigator.userAgent};"undefined"!=typeof _ezaq&&(e.pageview_id=_ezaq.page_view_id);var i=encodeURIComponent(JSON.stringify(e)),t=new XMLHttpRequest;t.open("GET","//g.ezoic.net/ezqlog?d="+i,!0),t.send(),u("----- ERR'D: "+l.name),l.isError=!0,!0===l.isBlock&&m()},t.onreadystatechange=t.onload=function(){var e=t.readyState;u("----- F'D: "+l.name),e&&!/loaded|complete/.test(e)||(l.isComplete=!0,!0===l.isBlock&&m())},i.getElementsByTagName("head")[0].appendChild(t)}},d=function(e,i){this.name=e,this.path="",this.async=!1,this.defer=!1,this.isBlock=!1,this.blockedBy=[],this.isInitialized=!0,this.isError=!1,this.isComplete=i,this.proceedIfError=!1,this.isTimeDelay=!1,this.process=function(){}};function c(e,i,n,s,a,d,c,f,u){var m=new l(e,i,n,s,a,d,c,u);!0===f?o[e]=m:r[e]=m,t[e]=m,h(m)}function h(e){!0!==f(e)&&0!=s&&e.process()}function f(e){if(!0===e.isTimeDelay&&!1===n)return u(e.name+" blocked = TIME DELAY!"),!0;if(w(e.blockedBy))for(var i=0;i<e.blockedBy.length;i++){var o=e.blockedBy[i];if(!1===t.hasOwnProperty(o))return u(e.name+" blocked = "+o),!0;if(!0===e.proceedIfError&&!0===t[o].isError)return!1;if(!1===t[o].isComplete)return u(e.name+" blocked = "+o),!0}return!1}function u(e){var i=window.location.href,t=new RegExp("[?&]ezq=([^&#]*)","i").exec(i);"1"===(t?t[1]:null)&&console.debug(e)}function m(){++e>200||(u("let's go"),p(o),p(r))}function p(e){for(var i in e)if(!1!==e.hasOwnProperty(i)){var t=e[i];!0===t.isComplete||f(t)||!0===t.isInitialized||!0===t.isError?!0===t.isError?u(t.name+": error"):!0===t.isComplete?u(t.name+": complete already"):!0===t.isInitialized&&u(t.name+": initialized already"):t.process()}}function w(e){return"[object Array]"==Object.prototype.toString.call(e)}return window.addEventListener("load",(function(){setTimeout((function(){n=!0,u("TDELAY -----"),m()}),5e3)}),!1),{addFile:c,addFileOnce:function(e,i,n,o,r,s,a,l,d){t[e]||c(e,i,n,o,r,s,a,l,d)},addDelayFile:function(e,i){var n=new l(e,i,!1,[],!1,!1,!0);n.isTimeDelay=!0,u(e+" ... FILE! TDELAY"),r[e]=n,t[e]=n,h(n)},addFunc:function(e,n,s,l,d,c,f,u,m,p){!0===c&&(e=e+"_"+i++);var w=new a(e,n,s,l,d,f,u,p);!0===m?o[e]=w:r[e]=w,t[e]=w,h(w)},addDelayFunc:function(e,i,n){var o=new a(e,i,n,!1,[],!0,!0);o.isTimeDelay=!0,u(e+" ... FUNCTION! TDELAY"),r[e]=o,t[e]=o,h(o)},items:t,processAll:m,setallowLoad:function(e){s=e},markLoaded:function(e){if(e&&0!==e.length){if(e in t){var i=t[e];!0===i.isComplete?u(i.name+" "+e+": error loaded duplicate"):(i.isComplete=!0,i.isInitialized=!0)}else t[e]=new d(e,!0);u("markLoaded dummyfile: "+t[e].name)}},logWhatsBlocked:function(){for(var e in t)!1!==t.hasOwnProperty(e)&&f(t[e])}}}();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.dot={};__ez.queue.addFile('/detroitchicago/boise.js','/detroitchicago/boise.js?gcb=195-3&cb=5',true,[],true,false,true,false);__ez.queue.addFile('/parsonsmaize/abilene.js','/parsonsmaize/abilene.js?gcb=195-3&cb=0db397a922',true,[],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>__ez.ssaf=[17,16];__ez.sswp=4;__ez.ssv=861668;__ez.sshsdef=false;</script><script data-ezscrex=false data-cfasync=false>__ez.queue.addFile('/tardisrocinante/screx.js','/tardisrocinante/screx.js?gcb=3&cb=5',false,['/detroitchicago/tulsa.js'],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>(function(){if("function"===typeof window.CustomEvent)return!1;window.CustomEvent=function(c,a){a=a||{bubbles:!1,cancelable:!1,detail:null};var b=document.createEvent("CustomEvent");b.initCustomEvent(c,a.bubbles,a.cancelable,a.detail);return b}})();</script><script data-ezscrex=false data-cfasync=false>__ez.queue.addFile('/detroitchicago/tulsa.js','/detroitchicago/tulsa.js?gcb=195-3&cb=9',false,[],true,false,true,false);</script><script data-ezscrex=false data-cfasync=false>window._ezaq=Object.assign({"ad_cache_level":2,"adpicker_placement_cnt":1,"ai_placeholder_cache_level":2,"ai_placeholder_placement_cnt":2,"domain_id":62087,"ezcache_level":2,"ezcache_skip_code":0,"has_bad_image":0,"has_bad_words":0,"is_sitespeed":1,"lt_cache_level":0,"publish_date":"2016-08-27","response_size":63364,"response_size_orig":54124,"response_time_orig":2,"template_id":134,"url":"https://basicenglishspeaking.com/daily-english-conversation-topics/","word_count":633,"worst_bad_word_level":0},typeof window._ezaq!=="undefined"?window._ezaq:{});__ez.queue.markLoaded('ezaqBaseReady');</script><link rel=stylesheet href="/ezvideo/ezvideojscss.css?cb=144"><link rel=stylesheet href="/ezvideo/ezvideocustomcss.css?cb=62087-0-144"><script>window.ezVideo={"appendFloatAfterAd":false,"language":"en","titleString":"","titleOption":"","autoEnableCaptions":false}</script><link rel=preconnect href=//www.googletagmanager.com crossorigin><link rel=preconnect href=//gumroad.com crossorigin><link rel=preconnect href=//images.dmca.com crossorigin><link rel=preconnect href=//go.ezoic.net crossorigin><script data-ezscrex=false data-cfasync=false data-pagespeed-no-defer src="/tardisrocinante/cash.js?cb=4"></script><link rel=preload as=script href=//securepubads.g.doubleclick.net/tag/js/gpt.js><link rel=preload as=script href="//go.ezodn.com/hb/dall.js?cb=195-3-111"><script type=text/ez-screx>(function(){function storageAvailable(type){var storage;try{storage=window[type];var x='__storage_test__';storage.setItem(x,x);storage.removeItem(x);return true;}
catch(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==='QuotaExceededError'||e.name==='NS_ERROR_DOM_QUOTA_REACHED')&&(storage&&storage.length!==0);}}
function remove_ama_config(){if(storageAvailable('localStorage')){localStorage.removeItem("google_ama_config");}}
remove_ama_config()})()</script><script>var ezoicTestActive=true</script><script>var _ez_send_requests_through_ezoic=true;</script><script data-ezscrex=false data-cfasync=false>window.ezAnalyticsStatic=true;window._ez_send_requests_through_ezoic=true;function analyticsAddScript(script){var ezDynamic=document.createElement('script');ezDynamic.type='text/javascript';ezDynamic.innerHTML=script;document.head.appendChild(ezDynamic);}
function getCookiesWithPrefix(){var allCookies=document.cookie.split(';');var cookiesWithPrefix={};for(var i=0;i<allCookies.length;i++){var cookie=allCookies[i].trim();for(var j=0;j<arguments.length;j++){var prefix=arguments[j];if(cookie.indexOf(prefix)===0){var cookieParts=cookie.split('=');var cookieName=cookieParts[0];var cookieValue=cookieParts.slice(1).join('=');cookiesWithPrefix[cookieName]=decodeURIComponent(cookieValue);break;}}}
return cookiesWithPrefix;}
function productAnalytics(){var d={"pr":[1,6,3,2],"aop":{"2":0,"4":134,"7":0},"vsc":2,"omd5":"295c54077eba61d35fb213203ba1dd3d"};d.u=_ezaq.url;d.p=_ezaq.page_view_id;d.v=_ezaq.visit_uuid;d.ab=_ezaq.ab_test_id;d.e=JSON.stringify(_ezaq);d.ref=document.referrer;d.c=getCookiesWithPrefix('active_template','ez','lp_');if(typeof ez_utmParams!=='undefined'){d.utm=ez_utmParams;}
var dataText=JSON.stringify(d);var xhr=new XMLHttpRequest();xhr.open('POST','//g.ezoic.net/ezais/analytics?cb=1',true);xhr.onload=function(){if(xhr.status!=200){return;}
if(document.readyState!=='loading'){analyticsAddScript(xhr.response);return;}
var eventFunc=function(){if(document.readyState==='loading'){return;}
document.removeEventListener('readystatechange',eventFunc,false);analyticsAddScript(xhr.response);};document.addEventListener('readystatechange',eventFunc,false);};xhr.setRequestHeader('Content-Type','text/plain');xhr.send(dataText);}
__ez.queue.addFunc("productAnalytics","productAnalytics",null,true,['ezaqBaseReady'],false,false,false,true);</script><script data-ezscrex=false data-cfasync=false async>function productEzoicAds(){if(window.ezDisableAds===true){return;}
window.google_reactive_ads_global_state={adCount:{},floatingAdsStacking:{maxZIndexListeners:[],maxZIndexRestrictions:{},nextRestrictionId:0},messageValidationEnabled:false,reactiveTypeDisabledByPublisher:{},reactiveTypeEnabledInAsfe:{},sideRailAvailableSpace:[],sideRailOverlappableElements:[],stateForType:{},tagSpecificState:{},wasPlaTagProcessed:true,wasReactiveAdConfigReceived:{1:true,2:true,8:true},wasReactiveAdVisible:{},wasReactiveTagRequestSent:true,description:"Can't disable auto ads programmatically on the page, so here we are!"};var d={"ab":"","km":{},"pv":"","vu":"eff27df4-03a1-4708-6977-2a6ff2c1d3f5","r":{"r":[{"p":" ezoic_pub_ad_placeholder-150-top_of_page-300x250-150-nonexxxnonexxxxxxezmaxscaleval100 ","s":150,"h":280,"w":336,"r":true},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-250x250-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-300x250-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x100-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-300x50v2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x50-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-336x280-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-320x100v2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-468x60-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-580x400-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-250x250x2-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-709-under_first_paragraph-728x90-709-nonexxxnonexxxxxxezmaxscaleval100 ","s":709},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-250x250-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-300x250-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x100-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-300x50v2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x50-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-336x280-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-320x100v2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-468x60-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-580x400-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-250x250x2-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-710-under_second_paragraph-728x90-710-nonexxxnonexxxxxxezmaxscaleval100 ","s":710},{"p":" ezoic_pub_ad_placeholder-130-bottom_floating-728x90-130-nonexxxnonexxxxxxezmaxscaleval100 ","s":130},{"p":" ezoic_pub_ad_placeholder-130-bottom_floating-970x90-130-nonexxxnonexxxxxxezmaxscaleval100 ","s":130,"h":90,"w":970},{"p":" ezoic_pub_ad_placeholder-975-edge-160x600-975-nonexxxnonexxxxxxezmaxscaleval100 ","s":975,"h":600,"w":160,"r":true}],"a":{"130":true,"150":true,"6":true,"709":true,"710":true,"8":true,"975":true},"g":-1,"l":{"0":6,"1":3,"2":2,"3":1,"4":-1,"5":-1},"m":{"0":6,"1":3,"2":2,"3":1,"4":-1,"5":-1},"v":2,"ve":false,"hr":false},"cr":"","tid":134,"tn":"pub_site","url":"","wc":633,"ff":1,"dhh":""};d.ab=_ezaq.ab_test_id;d.pv=_ezaq.page_view_id;d.vu=_ezaq.visit_uuid;d.url=window.location.href;var dynamicAddScript=function(script){if(window.ezFinishedStatic===true){console.error("attempted to load dynamic script again");return;}
var errorMessages=[];function errorHandler(event){var errorObj=event.error;if(errorObj&&errorObj.stack&&errorObj.stack.indexOf('dynamicAddScript')!==-1){var errorMessage={Message:event.message,LineNo:event.lineno,ColumnNo:event.colno,Stack:errorObj.stack};errorMessages.push(errorMessage);}
if(typeof window.onerror==='function'){window.onerror.apply(this,arguments);}}
window.addEventListener('error',errorHandler);var ezDynamic=document.createElement('script');ezDynamic.type='text/javascript';ezDynamic.innerHTML=script;document.head.appendChild(ezDynamic);window.removeEventListener('error',errorHandler);if(window.ezFinishedStatic!==true||typeof window.ezstaticerrors!=='undefined'){d.Script=script;d.ErrorMessages=JSON.stringify(errorMessages);d.ErrorStaticMessages=window.ezstaticerrors||'';var dataTxt=JSON.stringify(d);if(dataTxt.length>0){var logXHR=new XMLHttpRequest()
logXHR.open('POST','/ezais/log?cb=1',true);logXHR.setRequestHeader('Content-Type','application/json');logXHR.send(dataTxt);}}};var dataText=JSON.stringify(d);if(dataText.length>0){var startTime=Date.now()-__ez.stms;var xhr=new XMLHttpRequest();xhr.open('POST','/ezais/dynamic?cb=1',true);xhr.onload=function(){if(xhr.status!=200){return;}
if(document.readyState!=='loading'){dynamicAddScript(xhr.response);return;}
var eventFunc=function(){if(document.readyState==='loading'){return;}
document.removeEventListener('readystatechange',eventFunc,false);dynamicAddScript(xhr.response);};document.addEventListener('readystatechange',eventFunc,false);};xhr.setRequestHeader('Content-Type','text/plain');xhr.send(dataText);}}
__ez.queue.addFunc("productEzoicAds","productEzoicAds",null,true,['ezaqReady'],false,false,false,true);</script><base href=https://basicenglishspeaking.com/daily-english-conversation-topics/><meta name=viewport content="width=device-width,initial-scale=1"><meta charset=utf-8><script async src="https://www.googletagmanager.com/gtag/js?id=UA-52375698-9"></script><script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
gtag('js',new Date());gtag('config','UA-52375698-9');</script><script type=text/ez-screx>window.flatStyles=window.flatStyles||''
window.lightspeedOptimizeStylesheet=function(){const currentStylesheet=document.querySelector('.tcb-lightspeed-style:not([data-ls-optimized])')
if(currentStylesheet){try{if(currentStylesheet.sheet&¤tStylesheet.sheet.cssRules){if(window.flatStyles){if(this.optimizing){setTimeout(window.lightspeedOptimizeStylesheet.bind(this),24)}else{this.optimizing=true;let rulesIndex=0;while(rulesIndex<currentStylesheet.sheet.cssRules.length){const rule=currentStylesheet.sheet.cssRules[rulesIndex]
if(rule.type===CSSRule.STYLE_RULE&&window.flatStyles.includes(`${rule.selectorText}{`)){currentStylesheet.sheet.deleteRule(rulesIndex)}else{rulesIndex++}}
currentStylesheet.setAttribute('data-ls-optimized','1')
window.flatStyles+=currentStylesheet.innerHTML
this.optimizing=false}}else{window.flatStyles=currentStylesheet.innerHTML
currentStylesheet.setAttribute('data-ls-optimized','1')}}}catch(error){console.warn(error)}
if(currentStylesheet.parentElement.tagName!=='HEAD'){const stylesheetID=currentStylesheet.id;if((!stylesheetID||(stylesheetID&&!document.querySelector(`head #${stylesheetID}`)))){document.head.prepend(currentStylesheet)}else{currentStylesheet.remove();}}}}
window.lightspeedOptimizeFlat=function(styleSheetElement){if(document.querySelectorAll('link[href*="thrive_flat.css"]').length>1){styleSheetElement.setAttribute('disabled',true)}else{if(styleSheetElement.parentElement.tagName!=='HEAD'){document.head.append(styleSheetElement)}}}</script><style id=tcb-style-base-page-1762 onload="typeof window.lightspeedOptimizeStylesheet==='function'&&window.lightspeedOptimizeStylesheet()" class=tcb-lightspeed-style>.thrv_wrapper.thrv-divider{padding-top:20px;padding-bottom:20px;margin:0}.thrv_wrapper.thrv-divider hr{margin:0}.tve_sep-1{min-width:10px;border-bottom-style:solid!important;border-top:0!important;border-left:0!important;border-right:0!important}.thrv_text_element a:not(.tcb-button-link){font-size:inherit}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold)}.thrv_text_element{overflow-wrap:break-word}.notifications-content-wrapper.tcb-permanently-hidden{display:none!important}.tcb-permanently-hidden{display:none!important}.tar-disabled{cursor:default;opacity:.4;pointer-events:none}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0;margin-left:-15px;padding-bottom:15px;padding-top:15px}.tcb-flex-col{flex:auto;padding-top:0;padding-left:15px}.tcb-flex-row .tcb-flex-col{box-sizing:border-box}.tcb--cols--3:not(.tcb-resized)>.tcb-flex-col{max-width:33.3333%}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative}.tcb-flex-row .tcb-col{box-sizing:border-box}html{text-rendering:auto!important}html body{text-rendering:auto!important}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px}.thrv_wrapper div{box-sizing:content-box}.thrv_wrapper.thrv_text_element{margin:0}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0}.tve_shortcode_editor h1{padding:0}p{font-size:1em}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px)!important}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden}.tve_shortcode_rendered p:empty{display:none!important}.tve_flt .tve_sep{border:none;margin:0!important;max-width:100%!important}.tve_flt .thrv_wrapper>.tve_sep{width:100%;background-color:initial}@media(max-width:1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t)!important}}@media(max-width:767px){html{overflow-x:hidden!important}html,body{max-width:100vw!important}.tcb-flex-row{flex-direction:column}.thrv_wrapper>.tcb-flex-row:not(.v-2)>.tcb-flex-col{width:100%;max-width:100%!important;flex:none!important}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m)!important}}@media(max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col{flex:1 0 250px;max-width:100%!important}}@media not all,not all{.tcb-flex-col{width:100%}.tcb-col{display:block}}@media screen and (max-device-width:480px){body{text-size-adjust:none}}</style><meta name=robots content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"><title>(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking</title><meta name=description content="The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice."><link rel=canonical href=https://basicenglishspeaking.com/daily-english-conversation-topics/><meta property="og:locale" content="en_US"><meta property="og:type" content="article"><meta property="og:title" content="(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking"><meta property="og:description" content="The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice."><meta property="og:url" content="https://basicenglishspeaking.com/daily-english-conversation-topics/"><meta property="og:site_name" content="Basic English Speaking"><meta property="article:modified_time" content="2022-06-11T16:36:45+00:00"><meta name=twitter:label1 content="Est. reading time"><meta name=twitter:data1 content="2 minutes"><script type=application/ld+json class=yoast-schema-graph>{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/","url":"https://basicenglishspeaking.com/daily-english-conversation-topics/","name":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics - Basic English Speaking","isPartOf":{"@id":"https://basicenglishspeaking.com/#website"},"datePublished":"2016-08-27T09:14:20+00:00","dateModified":"2022-06-11T16:36:45+00:00","description":"The following lessons cover 75 TOPICS that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice.","breadcrumb":{"@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://basicenglishspeaking.com/daily-english-conversation-topics/"]}]},{"@type":"BreadcrumbList","@id":"https://basicenglishspeaking.com/daily-english-conversation-topics/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://basicenglishspeaking.com/"},{"@type":"ListItem","position":2,"name":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics"}]},{"@type":"WebSite","@id":"https://basicenglishspeaking.com/#website","url":"https://basicenglishspeaking.com/","name":"Basic English Speaking","description":"Learn English speaking And Improve Spoken English Easily","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://basicenglishspeaking.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script><script id=basic-ready type=text/ez-screx>window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[];</script><link rel=stylesheet id=scap.flashblock-css href="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/css/flashblock.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=scap.player-css href="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/css/player.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=wp-block-library-css href="//basicenglishspeaking.com/wp-includes/css/dist/block-library/style.min.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><style id=classic-theme-styles-inline-css>/*!This file is auto-generated*/.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:0 0;text-decoration:none;padding:calc(.667em + 2px)calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style><style id=global-styles-inline-css>:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}</style><link rel=stylesheet id=focusblog-style-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/style.css?ezmin=true&ff=1&ver=6.6.2&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=thrive-reset-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/css/reset.css?ezmin=true&ff=1&ver=20120208&wps=false&ez_used_css_s=149" media=all><link rel=stylesheet id=thrive-main-style-css href="//basicenglishspeaking.com/wp-content/themes/focusblog/css/main_orange.css?ezmin=true&ff=1&ver=5566&wps=false&ez_used_css_s=149" media=all><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/js/soundmanager2-nodebug-jsmin.js?screx=1&sxcb=1a&ver=6.6.2" id=scap.soundmanager2-js></script><script type=text/ez-screx id=breeze-prefetch-js-extra>var breeze_prefetch={"local_url":"https:\/\/basicenglishspeaking.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js?screx=1&sxcb=1a&ver=2.1.19" id=breeze-prefetch-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/jquery/jquery.min.js?screx=1&sxcb=1a" id=jquery-core-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/imagesloaded.min.js?screx=1&sxcb=1a&ver=5.0.0" id=imagesloaded-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/masonry.min.js?screx=1&sxcb=1a&ver=4.2.2" id=masonry-js></script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-includes/js/jquery/jquery.masonry.min.js?screx=1&sxcb=1a" id=jquery-masonry-js></script><script type=text/ez-screx id=tve_frontend-js-extra>var tve_frontend_options={"ajaxurl":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/basicenglishspeaking.com\/wp-content\/plugins\/thrive-visual-editor\/thrive-dashboard","queried_object":{"ID":1762,"post_author":"1"},"query_vars":{"page":"","pagename":"daily-english-conversation-topics"},"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn’t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/basicenglishspeaking.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/basicenglishspeaking.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"c2691f143b","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"ab5f5eb65e","ip":"2402:c4c0:0:2365:8d10:944c:5de7:9126","current_user":[],"post_id":"1762","post_title":"(75 Audio Lessons) Daily English Conversation Practice | Questions and Answers By Topics","post_type":"page","post_url":"https:\/\/basicenglishspeaking.com\/daily-english-conversation-topics\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?screx=1&sxcb=1a&ver=10.2.2" id=tve_frontend-js></script><link rel=https://api.w.org/ href=https://basicenglishspeaking.com/wp-json/><link rel=alternate title=JSON type=application/json href=https://basicenglishspeaking.com/wp-json/wp/v2/pages/1762><link rel=alternate title="oEmbed (JSON)" type=application/json+oembed href="https://basicenglishspeaking.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbasicenglishspeaking.com%2Fdaily-english-conversation-topics%2F"><link rel=alternate title="oEmbed (XML)" type=text/xml+oembed href="https://basicenglishspeaking.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbasicenglishspeaking.com%2Fdaily-english-conversation-topics%2F&format=xml"><style id=tve_global_variables>:root{--tcb-background-author-image:url(https://secure.gravatar.com/avatar/cc0be35fc655bf93749d25f5de10e4b2?s=256&d=https%3A%2F%2Fbasicenglishspeaking.com%2Fwp-content%2Fthemes%2Ffocusblog%2Fimages%2Fdefault_avatar.png&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png)}</style><style>.wp-video-shortcode{max-width:100%!important}body{background:#}.cnt .sAs .twr{background:#}.cnt article h1.entry-title a{color:#0a0a0a}.cnt article h2.entry-title a{color:#0a0a0a}.bSe h1{color:#0a0a0a}.bSe h2{color:#0a0a0a}.bSe h3{color:#0a0a0a}.bSe h4{color:#0a0a0a}.bSe h5{color:#0a0a0a}.bSe h6{color:#0a0a0a}.cnt p{color:#0a0a0a}.cnt .bSe article{color:#0a0a0a}.cnt article h1 a,.tve-woocommerce .bSe .awr .entry-title,.tve-woocommerce .bSe .awr .page-title{font-family:Georgia,serif,sans-serif}.bSe h1{font-family:Georgia,serif,sans-serif}.bSe h2,.tve-woocommerce .bSe h2{font-family:Georgia,serif,sans-serif}.bSe h3,.tve-woocommerce .bSe h3{font-family:Georgia,serif,sans-serif}.bSe h4{font-family:Georgia,serif,sans-serif}.bSe h5{font-family:Georgia,serif,sans-serif}.bSe h6{font-family:Georgia,serif,sans-serif}#text_logo{font-family:Georgia,serif,sans-serif}.bSe h1{text-transform:none}.bSe h2{text-transform:none}.cnt,.bp-t,.tve-woocommerce .product p,.tve-woocommerce .products p{font-family:Georgia,serif,sans-serif}article strong{font-weight:700}.bSe h1,.bSe .entry-title{font-size:30px}.cnt{font-size:17px}.thrivecb{font-size:17px}.out{font-size:17px}.aut p{font-size:17px}.cnt p{line-height:1.6em}.dhgh{line-height:1.6em}.lhgh{line-height:1.6em}.dhgh{font-size:17px}.lhgh{font-size:17px}.thrivecb{line-height:1.6em}.cnt .cmt,.cnt .acm{background-color:#f48a11}.trg{border-color:#f48a11 transparent transparent}.str{border-color:transparent #f48a11 transparent transparent}.pgn a:hover,.pgn .dots a:hover{background-color:#f48a11}.brd ul li a{color:#f48a11}.bSe a{color:#f60}.bSe h1{text-transform:none}.bSe .faq h4{font-family:Georgia,serif,sans-serif}article strong{font-weight:700}header ul.menu>li>a{color:#424242}header ul.menu>li>a:hover{color:#e86c00}header ul.menu>li.h-cta>a{color:#fff!important}header ul.menu>li.h-cta>a{background:#f96c00}header ul.menu>li.h-cta>a{border-color:#f96c00}header ul.menu>li.h-cta:hover>a{color:#e86c00!important}header ul.menu>li.h-cta>a:hover{background:0 0}header nav>ul>li.current_page_item>a:hover{color:#e86c00}header nav>ul>li>a:active{color:#e86c00}header #logo>a>img{max-width:100px}</style><style id=thrive-default-styles></style><link rel=icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-32x32.png sizes=32x32><link rel=icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-192x192.png sizes=192x192><link rel=apple-touch-icon href=https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-180x180.png><meta name=msapplication-TileImage content="https://basicenglishspeaking.com/wp-content/uploads/2018/02/cropped-icon-270x270.png"><style class=tve_custom_style>@media(min-width:300px){[data-css=tve-u-16cedaccb30] .tve_sep{border-width:3px;border-color:#ff7c00}[data-css=tve-u-16cedaccb30]{float:none;max-width:100px;margin-top:-61px!important;margin-left:auto!important;margin-right:auto!important}}</style><style id=wp-custom-css>header #logo img{max-width:100px!important}@media(max-width:940px){header #logo img{margin-top:-18px!important}}article,aside,details,figcaption,figure,hgroup,menu,nav,section{border-radius:8px}@media(min-width:774px){header ul.menu li.h-cta>a{border-radius:8px}}</style><style>header #logo>a>img{max-width:120px}@media only screen and (max-width:774px) #tve_editor .thrv_widget_menu.thrv_wrapper .tve-m-trigger.t_tve_horizontal{margin-top: -55px; } @media only screen and (max-width: 774px) thrive_flat.css?ver=2.0.20:1 #tve_editor .thrv_widget_menu.thrv_wrapper .thrive-shortcode-html { margin-top: -55px; } .ftw .col { text-align: center; margin-bottom: 0%; } img { vertical-align: middle; } footer { padding: 25px 0 20px 0; } header .side_logo #nav_right { vertical-align: middle; } img.avatar.avatar-60.photo { border-radius: 200px; } .cmc { background-color: #fff; border-radius: 4px; } .bottom { margin-bottom: 0px; } @media (min-width: 320px) and (max-width: 480px) { .cnt .bSe article,.rltp,.brd .wrp,.cnt .sAs>section{margin-left:-25px;margin-right:-25px;margin-top:-12px;width:auto}}@media(min-width:481px) and (max-width:767px){.cnt .bSe article,.rltp,.brd .wrp,.cnt .sAs>section{margin-left:-25px;margin-right:-25px;margin-top:-12px;width:auto}}header nav ul li>ul{min-width:350px;background:#e86c00}h2{font-size:1.5em}</style><script>var ezoTemplate='pub_site';var ezouid='1';var ezoFormfactor='1';</script><script data-ezscrex=false>var soc_app_id='0';var did=62087;var ezdomain='basicenglishspeaking.com';var ezoicSearchable=1;</script><script src="https://the.gatekeeperconsent.com/ccpa/v2/ccpaplus.js?cb=10" async></script><script src=//vjs.zencdn.net/vttjs/0.14.1/vtt.min.js async></script><script>(function(){let ezInstream={"prebidBidders":[{"bidder":"appnexus","params":{"placementId":22413384},"ssid":"10087"},{"bidder":"openx","params":{"delDomain":"ezoic-d.openx.net","unit":"560605963"},"ssid":"10015"},{"bidder":"sharethrough","params":{"pkey":"VS3UMr0vpcy8VVHMnE84eAvj"},"ssid":"11309"},{"bidder":"triplelift","params":{"inventoryCode":"ezoic_RON_instream"},"ssid":"11296"},{"bidder":"vidazoo","params":{"cId":"652646d136d29ed957788c6d","pId":"59ac17c192832d0011283fe3"},"ssid":"11372"}],"apsSlot":{"slotID":"instream_desktop_na_Video","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"allApsSlots":[{"Slot":{"slotID":"AccompanyingContent_640x360v_5-60seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":60},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-60seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":60},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-30seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-30seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-15seconds_Off_NoSkip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":15},{"Slot":{"slotID":"AccompanyingContent_640x360v_5-15seconds_Off_Skip","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":15},{"Slot":{"slotID":"instream_desktop_na_Video","divID":"","slotName":"","mediaType":"video","sizes":[[400,300],[640,390],[390,640],[320,480],[480,320],[400,225],[640,360],[768,1024],[1024,768],[640,480]]},"Duration":30}],"genericInstream":false,"UnfilledCnt":0,"AllowPreviousBidToSetBidFloor":false,"PreferPrebidOverAmzn":false,"DoNotPassBidFloorToPreBid":false,"bidCacheThreshold":-1,"rampUp":true,"IsEzDfpAccount":true,"EnableVideoDeals":false,"monetizationApproval":{"DomainId":62087,"Domain":"basicenglishspeaking.com","HumixChannelId":488,"HasGoogleEntry":false,"HDMApproved":false,"MCMApproved":true},"SelectivelyIncrementUnfilledCount":false,"BlockBidderAfterBadAd":true,"useNewVideoStartingFloor":false,"addHBUnderFloor":false};if(typeof __ezInstream!=="undefined"&&__ezInstream.breaks){__ezInstream.breaks=__ezInstream.breaks.concat(ezInstream.breaks);}else{window.__ezInstream=ezInstream;}})();</script><script>__ez.queue.addFileOnce('/beardeddragon/axolotl.js','/beardeddragon/axolotl.js?gcb=3&cb=dfeee2ac06',true,[],true,false,true,false);</script><script data-cfasync=false>__ez.queue.addFile('/tardisrocinante/lazy_load.js','/tardisrocinante/lazy_load.js?gcb=3&cb=6',false,[],true,false,true,false);</script><link rel=preload as=font href="https://basicenglishspeaking.com/wp-content/themes/focusblog/fonts/fontawesome-webfont.woff?v=4.0.1" crossorigin><link rel=preload as=font href=https://basicenglishspeaking.com/wp-content/themes/focusblog/fonts/WooCommerce.woff crossorigin></head><body class="page-template page-template-narrow-page page-template-narrow-page-php page page-id-1762 custom-background aa-prefix-basic-"><div class=flex-cnt><div id=floating_menu data-float=float-fixed><header><div class="wrp side_logo" id=head_wrp><div class=h-i><div id=logo class="lg left"><a href=https://basicenglishspeaking.com/><img src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22367%22%20height=%22162%22%3E%3C/svg%3E" alt="Basic English Speaking" ezimgfmt="rs rscb1 src ng ngcb1" class=ezlazyload data-ezsrc=https://basicenglishspeaking.com/wp-content/uploads/2024/10/BasicEnglishSpeaking-Logo.webp height=162 width=367></a></div><span class="hmn left"></span><div id=nav_right class=mhl><nav class=right><ul id=menu-english-speaking-course class=menu><li id=menu-item-5457 class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children toplvl dropdown"><a href=#>English Speaking Lessons</a><ul class=sub-menu><li id=menu-item-7424 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/3000-most-common-words/ class=colch>3000 Most Common Words</a><li id=menu-item-2766 class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1762 current_page_item"><a href=https://basicenglishspeaking.com/daily-english-conversation-topics/ class=colch>75 Daily English Conversations by Topic</a><li id=menu-item-595 class="menu-item menu-item-type-post_type menu-item-object-post"><a href=https://basicenglishspeaking.com/100-common-phrases-and-sentence-patterns/ class=colch>100 Phrases and Sentence Patterns</a><li id=menu-item-2212 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/common-expressions-english/ class=colch>50 Common English Expressions</a><li id=menu-item-5845 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/phrasal-verbs/ class=colch>181 Common Phrasal Verbs</a><li id=menu-item-5045 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/102-common-english-idioms/ class=colch>102 Common English Idioms</a><li id=menu-item-4081 class="menu-item menu-item-type-post_type menu-item-object-page"><a href=https://basicenglishspeaking.com/basic-english-grammar-rules/ class=colch>40 Basic English Grammar Rules</a></ul><li id=menu-item-3212 class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href=https://basicenglishspeaking.com/about-us/>About</a><li id=menu-item-3217 class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href=https://basicenglishspeaking.com/contact-us/>Contact</a><li id=menu-item-5459 class="menu-item menu-item-type-post_type menu-item-object-page toplvl h-cta"><a href=https://basicenglishspeaking.com/resources/>Learning Resources</a></ul></nav><div class=clear></div></div><div class=clear></div></div></div></header></div><div class="wrp cnt"><div class=spr></div><section class=bSe><span id=ezoic-pub-ad-placeholder-150 class=ezoic-adpicker-ad></span><span data-ez-ph-id=150 style=max-width:100%!important;margin-top:30px!important;min-height:250px;margin-bottom:30px!important;margin-left:0!important;display:inline-block;min-width:336px;line-height:0;padding:0;float:none!important;margin-right:0!important></span><article><div class=awr><div class="lnd bpd"><a class="cmt acm" style=display:none>200 <span class=trg></span></a><div id=tve_flt class="tve_flt tcb-style-wrap"><div id=tve_editor class="tve_shortcode_editor tar-main-content" data-post-id=1762><div class="thrv_wrapper tve_wp_shortcode"><div class=tve_shortcode_raw style=display:none></div><div class=tve_shortcode_rendered><h1>Daily English Conversation Practice – Questions and Answers by Topic</h1><p>You have troubles making <strong>real <a href=https://basicenglishspeaking.com/daily-english-conversation-topics/>English conversations</a></strong>? You want to improve your Spoken English quickly? You are too busy to join in any English speaking course?<p>Don’t worry. Let us help you.<p>First of all, you need to learn <a href=https://basicenglishspeaking.com/3000-most-common-words/>the most frequently used words in English</a>, <a href="https://basicenglishspeaking.com/100-common-phrases-and-sentence-patterns/">common structures and sentence patterns</a>, <a href="https://basicenglishspeaking.com/common-expressions-english/">common expressions</a>, <a href="https://basicenglishspeaking.com/phrasal-verbs/">common phrasal verbs</a>, and <a href="https://basicenglishspeaking.com/102-common-english-idioms/">idioms</a> that are much used in daily life.<p>Next, you should learn daily conversations in English for speaking. Focus on every ESL conversation topic until you can speak English automatically and fluently on that topic before moving to the next one.<p>The following lessons cover 75 topics that you will face very often in your daily life. Each lesson is designed in form of ESL conversation questions and answers, followed by REAL English conversation audios, which will definitely benefit your English conversation practice.<h3 style=text-align:center>ESL Conversation Questions and Answers – 75 Topics</h3><p><p></div></div><div class="thrv_wrapper thrv-divider" data-style-d=tve_sep-1 data-thickness-d=3 data-color-d="rgb(255, 124, 0)" data-css=tve-u-16cedaccb30><hr class="tve_sep tve_sep-1"></div><div class="thrv_wrapper thrv-columns" style=--tcb-col-el-width:792><div class="tcb-flex-row tcb--cols--3"><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>1. <a class=tve-froala href=https://basicenglishspeaking.com/family/ style=outline:none>Family</a><br>2. <a class=tve-froala href=https://basicenglishspeaking.com/restaurant/ style=outline:none>Restaurant</a><br>3. <a href=https://basicenglishspeaking.com/books/>Books</a><br>4. <a href=https://basicenglishspeaking.com/travel/>Travel</a><br>5. <a href=https://basicenglishspeaking.com/website/>Website</a><br>6. <a href=https://basicenglishspeaking.com/accident/>Accident</a><br>7. <a href=https://basicenglishspeaking.com/childhood-memory/ class=tve-froala style=outline:none>Childhood memory</a><br>8. <a href=https://basicenglishspeaking.com/favorite-rooms/ class=tve-froala style=outline:none>Favorite rooms</a><br>9. <a href=https://basicenglishspeaking.com/presents/>Presents</a><br>10. <a href=https://basicenglishspeaking.com/historical-place/ class=tve-froala style=outline:none>Historical place</a><br>11. <a href=https://basicenglishspeaking.com/newspaper-magazine/ class=tve-froala style=outline:none>Newspaper/ Magazine</a><br>12. <a href=https://basicenglishspeaking.com/an-event/>A memorable event</a><br>13. <a href=https://basicenglishspeaking.com/a-subject/>A favorite subject</a><br>14. <a href=https://basicenglishspeaking.com/a-museum/>A museum</a><br>15. <a href=https://basicenglishspeaking.com/a-movie/>A favorite movie</a><br>16. <a href=https://basicenglishspeaking.com/a-foreign-country/>A foreign country</a><br>17. <a href=https://basicenglishspeaking.com/parties/>Parties</a><br>18. <a href=https://basicenglishspeaking.com/a-teacher/>A teacher</a><br>19. <a href=https://basicenglishspeaking.com/a-friend/>A friend</a><br>20. <a href=https://basicenglishspeaking.com/a-hotel/>A hotel</a><br>21. <a href=https://basicenglishspeaking.com/a-letter/>A letter</a><br>22. <a href=https://basicenglishspeaking.com/hobbies/>Hobbies</a><br>23. <a href=https://basicenglishspeaking.com/music/>Music</a><br>24. <a href=https://basicenglishspeaking.com/shopping/>Shopping</a><br>25. <a href=https://basicenglishspeaking.com/holiday/>Holiday</a></div></div></div><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>26. <a class=tve-froala href=https://basicenglishspeaking.com/animals/ style=outline:none>Animals</a><br>27. <a class=tve-froala href=https://basicenglishspeaking.com/a-practical-skill/ style=outline:none>A practical skill</a><br>28. <a href=https://basicenglishspeaking.com/sports/>Sport</a><br>29. <a href=https://basicenglishspeaking.com/a-school/>A School</a><br>30. <a href=https://basicenglishspeaking.com/festival/>Festival</a><br>31. <a href=https://basicenglishspeaking.com/food/>Food</a><br>32. <a href=https://basicenglishspeaking.com/household-appliance/>Household appliance</a><br>33. <a href=https://basicenglishspeaking.com/a-music-band/>A music band</a><br>34. <a href=https://basicenglishspeaking.com/weather/>Weather</a><br>35. <a href=https://basicenglishspeaking.com/neighbor/>Neighbor</a><br>36. <a href=https://basicenglishspeaking.com/natural-scenery/>Natural scenery</a><br>37. <a href=https://basicenglishspeaking.com/outdoor-activities/>Outdoor activities</a><br>38. <a href=https://basicenglishspeaking.com/law/>Law</a><br>39. <a href=https://basicenglishspeaking.com/pollution/>Pollution</a><br>40. <a href=https://basicenglishspeaking.com/traffic-jam/>Traffic jam</a><br>41. <a href=https://basicenglishspeaking.com/tv-program/>TV program</a><br>42. <a href=https://basicenglishspeaking.com/architecture-building/>Architect/ Building</a><br>43. <a href=https://basicenglishspeaking.com/electronic-media/>Electronic Media</a><br>44. <a href=https://basicenglishspeaking.com/job-career/>Job/ Career</a><br>45. <a href=https://basicenglishspeaking.com/competition-contest/>Competition/ contest</a><br>46. <a href=https://basicenglishspeaking.com/a-garden/>A garden</a><br>47. <a href=https://basicenglishspeaking.com/hometown/>Hometown</a><br>48. <a href=https://basicenglishspeaking.com/clothing/>Clothing</a><br>49. <a href=https://basicenglishspeaking.com/an-advertisement/>Advertisement</a><br>50. <a href=https://basicenglishspeaking.com/a-project/>A project</a></div></div></div><div class=tcb-flex-col><div class=tcb-col><div class="thrv_wrapper thrv_text_element"><p>51. <a href=https://basicenglishspeaking.com/a-wedding/>A wedding</a><br>52. <a href=https://basicenglishspeaking.com/a-coffee-shop/>A Coffee shop</a><br>53. <a href=https://basicenglishspeaking.com/culture/>Culture</a><br>54. <a href=https://basicenglishspeaking.com/transport/>Transport</a><br>55. <a href=https://basicenglishspeaking.com/politician/>Politician</a><br>56. <a href=https://basicenglishspeaking.com/communication/>Communication</a><br>57. <a href=https://basicenglishspeaking.com/business/>Business</a><br>58. <a href=https://basicenglishspeaking.com/computer/>Computer</a><br>59. <a href=https://basicenglishspeaking.com/exercise/>Exercise</a><br>60. <a href=https://basicenglishspeaking.com/goal-ambition/>Goal/ ambition</a><br>61. <a href=https://basicenglishspeaking.com/art/>Art</a><br>62. <a href=https://basicenglishspeaking.com/fashion/>Fashion</a><br>63. <a href=https://basicenglishspeaking.com/jewelry/>Jewelry</a><br>64. <a href=https://basicenglishspeaking.com/cosmetic/>Cosmetic</a><br>65. <a href=https://basicenglishspeaking.com/indoor-game/>Indoor Game</a><br>66. <a href=https://basicenglishspeaking.com/phone-conversation/>Phone conversation</a><br>67. <a href=https://basicenglishspeaking.com/learning-second-language/>Learning A Second language</a><br>68. <a href=https://basicenglishspeaking.com/a-creative-person/>A Creative Person</a><br>69. <a href=https://basicenglishspeaking.com/a-celebrity/>A celebrity</a><br>70. <a href=https://basicenglishspeaking.com/a-health-problem/>A Health Problem</a><br>71. <a href=https://basicenglishspeaking.com/technological-advancements/>Technological advancements</a><br>72. <a href=https://basicenglishspeaking.com/a-landmark/>A Landmark</a><br>73. <a href=https://basicenglishspeaking.com/handcraft-items/>Handcraft Items</a><br>74. <a href=https://basicenglishspeaking.com/plastic-surgery/>Plastic Surgery</a><br>75. <a href=https://basicenglishspeaking.com/success/>Success</a></div></div></div></div></div></div></div><div class=tcb_flag style=display:none></div><div class=basic-after-content-daily style=margin-left:auto;margin-right:auto;text-align:center;margin-top:5px;margin-bottom:5px id=basic-1414893004><p> <div class=clear></div><div class="thrivecb note"><div class=shnd><p><h3 style=text-align:left>Download Full Lessons Package – Daily English Conversation by Topic (mp3+pdf)</h3><p style=text-align:left><strong>Listening is THE KEY to better English speaking</strong>. The more REAL English conversations you listen to, the more fluent you will become, to be sure.<p style=text-align:left>For a small one-time investment, you can get the whole package of 75 lessons. Put it into your phone or MP3 Player and take your English learning ANYWHERE.</p><span id=ezoic-pub-ad-placeholder-709 data-method=ai-placeholders class=ezoic-autoinsert-ad></span><span data-ez-ph-id=709></span><p style=text-align:left>You can learn English on the bus while going to work. You can learn English while exercising or walking. You can learn English while shopping. You can learn English while sitting at a coffee shop, etc.<p style=text-align:left>Remember, <strong>DEEP LEARNING is the No. 1 secret to English fluency</strong>. If you want to speak English fluently and automatically, you have to <em>repeat the same lesson over and over</em> again until you MASTER it.<p style=text-align:left>WHAT YOU WILL GET:<ul><li style=text-align:left>75 mp3 files for 75 lessons (each lesson lasts for 1 -2 minutes).<li style=text-align:left>1 pdf file for lesson transcript (79 pages).</ul><p style=text-align:left>Take advantage of your short free time during the day to do a lot of repetition, and <strong>you will be amazed at how fast your English speaking improves</strong>. Get started today!</p><span id=ezoic-pub-ad-placeholder-710 data-method=ai-placeholders class=ezoic-autoinsert-ad></span><span data-ez-ph-id=710></span><p style=text-align:center><script src="https://basicenglishspeaking.com/ezossp/https/gumroad.com/js/gumroad.js?screx=1&sxcb=1a" type=text/ez-screx></script><br><a class=gumroad-button href="https://gum.co/xFIUB?wanted=true" target=_blank rel="noopener noreferrer">Download Lessons Package</a><p style=text-align:left><em>P/S: If you want to download more lesson packages with a discounted price, <span style=color:#f60><a style=color:#f60 href=https://basicenglishspeaking.com/resources/ target=_blank rel="noopener noreferrer">check out 0ur Resources Page here</a>.</span></em><p></div></div></div><div class=clear></div></div></div></article><div class=spr></div><script type=text/ez-screx>_thriveCurrentPost=1762;</script><article id=comments><div class=awr><div class=cmb style=margin-left:0 id=thrive_container_list_comments></div><div class=no_comm><h4 class=ctr>Comments are closed</h4></div></div></article><div id=comment-bottom></div></section></div></div><div class=clear></div><footer><div class="wrp cnt"><section class=ftw></section><div class=clear></div><p class=credits>Copyright 2024 by Basic English Speaking. All Rights Reserved. <a href="//www.dmca.com/Protection/Status.aspx?ID=7489a639-3174-4fb8-9d06-9ea783201c95" title="DMCA.com Protection Status" class=dmca-badge><img src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22100%22%20height=%2220%22%3E%3C/svg%3E" alt="DMCA.com Protection Status" ezimgfmt="rs rscb1 src ng ngcb1" class=ezlazyload data-ezsrc="//basicenglishspeaking.com/ezoimgfmt/images.dmca.com/Badges/dmca-badge-w100-5x1-09.png?ID=7489a639-3174-4fb8-9d06-9ea783201c95" height=20 width=100></a> <script src="https://basicenglishspeaking.com/ezossp/unknown/images.dmca.com/Badges/DMCABadgeHelper.min.js?screx=1&sxcb=1a" type=text/ez-screx></script></div></footer><script type=text/ez-screx>(function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo");vgo('setAccount','475792267');vgo('setTrackByDefault',true);vgo('process');</script><script type=text/ez-screx>soundManager.useFlashBlock=true;soundManager.url='https://basicenglishspeaking.com/wp-content/plugins/compact-wp-audio-player/swf/soundmanager2.swf';function play_mp3(flg,ids,mp3url,volume,loops)
{var pieces=mp3url.split("|");if(pieces.length>1){mp3file=pieces[0];oggfile=pieces[1];mp3url=new Array(mp3file,oggfile);}
soundManager.createSound({id:'btnplay_'+ids,volume:volume,url:mp3url});if(flg=='play'){stop_all_tracks();soundManager.play('btnplay_'+ids,{onfinish:function(){if(loops=='true'){loopSound('btnplay_'+ids);}
else{document.getElementById('btnplay_'+ids).style.display='inline';document.getElementById('btnstop_'+ids).style.display='none';}}});}
else if(flg=='stop'){soundManager.pause('btnplay_'+ids);}}
function show_hide(flag,ids)
{if(flag=='play'){document.getElementById('btnplay_'+ids).style.display='none';document.getElementById('btnstop_'+ids).style.display='inline';}
else if(flag=='stop'){document.getElementById('btnplay_'+ids).style.display='inline';document.getElementById('btnstop_'+ids).style.display='none';}}
function loopSound(soundID)
{window.setTimeout(function(){soundManager.play(soundID,{onfinish:function(){loopSound(soundID);}});},1);}
function stop_all_tracks()
{soundManager.stopAll();var inputs=document.getElementsByTagName("input");for(var i=0;i<inputs.length;i++){if(inputs[i].id.indexOf("btnplay_")==0){inputs[i].style.display='inline';}
if(inputs[i].id.indexOf("btnstop_")==0){inputs[i].style.display='none';}}}</script><script type=text/ez-screx>($=>{if(window.sessionStorage){$(window).on('tcb_after_dom_ready',()=>{const message=sessionStorage.getItem('tcb_toast_message');if(message){tcbToast(sessionStorage.getItem('tcb_toast_message'),false);sessionStorage.removeItem('tcb_toast_message');}});}
function tcbToast(message,error,callback){if(typeof message!=='string'){message=message.message||message.error||message.success;}
if(!error){error=false;}
TCB_Front.notificationElement.toggle(message,error?'error':'success',callback);}})(typeof ThriveGlobal==='undefined'?jQuery:ThriveGlobal.$j);</script><style id=tve_notification_styles></style><div class="tvd-toast tve-fe-message" style=display:none><div class="tve-toast-message tve-success-message"><div class=tve-toast-icon-container><span class="tve_tick thrv-svg-icon"></span></div><div class=tve-toast-message-container></div></div></div><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/divider.min.js?screx=1&sxcb=1a&v=10.2.2&ver=10.2.2" id=tve_frontend_divider-js></script><script type=text/ez-screx id=thrive-main-script-js-extra>var ThriveApp={"ajax_url":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","lazy_load_comments":"1","comments_loaded":"0","theme_uri":"https:\/\/basicenglishspeaking.com\/wp-content\/themes\/focusblog","translations":{"ProductDetails":"Product Details"}};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/themes/focusblog/js/script.min.js?screx=1&sxcb=1a&ver=6.6.2" id=thrive-main-script-js></script><script type=text/ez-screx id=tve-dash-frontend-js-extra>var tve_dash_front={"ajaxurl":"https:\/\/basicenglishspeaking.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"","recaptcha":[],"turnstile":[],"post_id":"1762"};</script><script type=text/ez-screx src="//basicenglishspeaking.com/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js?screx=1&sxcb=1a&ver=10.2.2" id=tve-dash-frontend-js></script><script type=text/ez-screx>var tcb_current_post_lists=JSON.parse('[]');var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script><script type=text/ez-screx>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script><span id=ezoic-pub-ad-placeholder-130></span><span data-ez-ph-id=130></span><div id=ez-sidebar-wall-left class=ez-sidebar-wall style=left:0><div class=ez-sidebar-wall-ad><span id=ezoic-pub-ad-placeholder-975></span><span data-ez-ph-id=975 style=margin-top:0!important;margin-bottom:0!important;margin-left:0!important;min-width:160px;min-height:600px;max-width:100%!important;float:none!important;display:inline-block;line-height:0;padding:0;margin-right:0!important></span><span class=ez-rail-close id=ez-rail-close-left style=top:-21px;left:0;display:none onclick=__ez_close_rail(this.parentElement.parentElement.id)>x</span></div></div><script async src="https://g.ezodn.com/cmp/v2/v.js?v=4"></script><script>(function(){if(typeof document.body==='undefined'||document.body===null){return;}
var attachEvent=function(element,evt,func){if(element.addEventListener){element.addEventListener(evt,func,false);}else{element.attachEvent("on"+evt,func);}};attachEvent(document.body,"ezVigImpression",function(e){if(typeof(_ezaq)!=="undefined"&&typeof e==="object"){__ez.pel.Add(e.slot,[(new __ezDotData(e.key,e.value))]);}});})();</script><script>window.__ez_vig_close_wrapper=function(closeFunc,urlAddition){closeFunc();var vc={"enabled":false,"useVignetteLoader":true,"fireEventName":"ezVigImpression","impressionSource":"siderail","urlAddition":"utm_content=sr-left","disableFloor":true,"eventHandlerTest":false};if(typeof urlAddition=='string'){vc.urlAddition=urlAddition;}
var v=newEzVignette(vc);v.handleClick();};</script><script data-cfasync=false>!function(){var e=function(e,t){for(var r=0;r<t.length;r++){var n=t[r];if(0==n.complete||void 0!==n.readyState&&n.readyState<4){var o=n.getAttribute("src")||n.currentSrc;void 0!==n.readyState&&0==n.readyState?n.addEventListener("loadstart",(function(e){var t=e.currentTarget.getAttribute("src")||e.currentSrc;window.ezorqs(e,t)})):(o=n.getAttribute("src")||n.currentSrc,window.ezorqs(n,o)),n.addEventListener("load",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)})),n.addEventListener("loadeddata",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)})),n.addEventListener("error",(function(e){var t=e.currentTarget.getAttribute("src")||e.srcElement.currentSrc;window.ezorqe(e,t)}))}}};function t(e){for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].href==e)return!0;return!1}__ez_addAllListeners=function(){e(0,document.querySelectorAll("img")),e(0,document.querySelectorAll("video")),e(0,document.querySelectorAll("audio")),function(e){for(var r=0;r<e.length;r++){var n=e[r];if(("preload"==n.getAttribute("rel")||"stylesheet"==n.getAttribute("rel"))&&null!=n.getAttribute("href")&&t(n.getAttribute("href"))){window.ezorqs(n,n.getAttribute("href"));var o=document.createElement("img");o.onerror=function(e){void 0!==e.path&&void 0!==e.path[0].currentSrc?window.ezorqe(n,e.path[0].currentSrc):void 0!==e.srcElement&&void 0!==e.srcElement.href&&window.ezorqe(n,e.srcElement.href)},o.src=n.getAttribute("href")}}}(document.querySelectorAll("link")),void 0!==window.__ez.ssaf&&window.__ez.ssaf.indexOf(16)>-1&&void 0!==window.__ez.sshsdef&&!1===window.__ez.sshsdef&&Element.prototype.addEventListener&&("function"==typeof window.onload&&(window.addEventListener("load",window.onload),window.onload=null),"function"==typeof document.onload&&(document.addEventListener.addEventListener("load",document.onload),document.onload=null))},__ez.queue.addFunc("__ez_addAllListeners","__ez_addAllListeners",null,!1,["/detroitchicago/tulsa.js"],!0,!0,!0,!0)}();</script><script data-ezscrex=false>var EmbedExclusionEvaluated='exempt';var EzoicMagicPlayerExclusionSelectors=[".humix-off"];var EzoicMagicPlayerInclusionSelectors=[];var EzoicPreferredLocation='1';</script><script>window.ezVideoIframe=false;window.renderEzoicVideoContentCBs=window.renderEzoicVideoContentCBs||[];window.renderEzoicVideoContentCBs.push(function(){let videoObjects=[{"PlayerId":"ez-4999","VideoContentId":"jpK5OjQIZbu","VideoPlaylistSelectionId":0,"VideoPlaylistId":1,"VideoTitle":"Basic English Conversation for Beginners #41","VideoDescription":"","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"","VideoDurationMs":134901,"DeviceTypeFlag":14,"FloatFlag":14,"IsAutoPlay":true,"IsLoop":false,"OutstreamEnabled":false,"ShouldConsiderDocVisibility":true,"ShouldPauseAds":true,"AdUnit":"62087-shared-video-3","ImpressionId":2164369709660759,"VideoStartTime":0,"IsStartTimeEnabled":0,"IsKeyMoment":false,"PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"VideoUploadSource":"dashboard-manual-upload","IsVertical":false,"IsPreferred":false,"ShowControls":false,"IsSharedEmbed":false,"ShortenId":"jpK5OjQIZbu","Preview":false,"PlaylistHumixId":"","MagicPlaceholderType":1,"MagicHTML":"\u003cdiv id=ez-video-wrap-ez-4998 class=ez-video-wrap style=\"align-self: stretch;\"\u003e\u003cdiv class=\"ez-video-center ez-playlist-vertical\"\u003e\u003cdiv class=\"ez-video-content-wrap ez-playlist-vertical ez-rounded-border\"\u003e\u003cdiv id=ez-video-wrap-ez-4999 class=\"ez-video-wrap ez-video-magic\" style=\"align-self: stretch;\"\u003e\u003cdiv class=ez-video-magic-row\u003e\u003col class=\"ez-video-magic-list ez-playlist-vertical\"\u003e\u003cli class=\"ez-video-magic-item ez-video-magic-autoplayer\"\u003e\u003cdiv id=floating-placeholder-ez-4999 class=floating-placeholder style=\"display: none;\"\u003e\u003cdiv id=floating-placeholder-sizer-ez-4999 class=floating-placeholder-sizer\u003e\u003cpicture class=\"video-js vjs-playlist-thumbnail\"\u003e\u003cimg id=floating-placeholder-thumbnail alt loading=lazy nopin=nopin\u003e\u003c/picture\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-container-ez-4999 class=\"ez-video-container ez-video-magic-redesign ez-responsive\" style=\"flex-wrap: wrap;\"\u003e\u003cdiv class=ez-video-ez-stuck-bar id=ez-video-ez-stuck-bar-ez-4999\u003e\u003cdiv class=\"ez-video-ez-stuck-close ez-simple-close\" id=ez-video-ez-stuck-close-ez-4999 style=\"font-size: 16px !important; text-shadow: none !important; color: #000 !important; font-family: system-ui !important; background-color: rgba(255,255,255,0.5) !important; border-radius: 50% !important; text-align: center !important;\"\u003ex\u003c/div\u003e\u003c/div\u003e\u003cvideo id=ez-video-ez-4999 class=\"video-js ez-vid-placeholder\" controls preload=metadata\u003e\u003cp class=vjs-no-js\u003ePlease enable JavaScript\u003c/p\u003e\u003c/video\u003e\u003cdiv class=ez-vid-preview id=ez-vid-preview-ez-4999\u003e\u003c/div\u003e\u003cdiv id=lds-ring-ez-4999 class=lds-ring\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cli class=\"ez-video-magic-item ez-video-magic-playlist\"\u003e\u003cdiv id=ez-video-playlist-ez-4998 class=vjs-playlist\u003e\u003c/div\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=floating-placeholder-ez-4998 class=floating-placeholder style=\"display: none;\"\u003e\u003cdiv id=floating-placeholder-sizer-ez-4998 class=floating-placeholder-sizer\u003e\u003cpicture class=\"video-js vjs-playlist-thumbnail\"\u003e\u003cimg id=floating-placeholder-thumbnail alt loading=lazy nopin=nopin\u003e\u003c/picture\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-container-ez-4998 class=\"ez-video-container ez-video-magic-redesign ez-responsive\" style=\"flex-wrap: wrap; width: 640px;transition: width 0.25s ease 0s;\"\u003e\u003cvideo id=ez-video-ez-4998 class=\"video-js ez-vid-placeholder vjs-16-9\" controls preload=metadata\u003e\u003cp class=vjs-no-js\u003ePlease enable JavaScript\u003c/p\u003e\u003c/video\u003e\u003cdiv class=keymoment-container id=keymoment-play style=\"display: none;\"\u003e\u003cspan id=play-button-container class=play-button-container-active\u003e\u003cspan class=\"keymoment-play-btn play-button-before\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-play-btn play-button-after\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/div\u003e\u003cdiv class=\"keymoment-container rewind\" id=keymoment-rewind style=\"display: none;\"\u003e\u003cdiv id=keymoment-rewind-box class=rotate\u003e\u003cspan class=\"keymoment-arrow arrow-two double-arrow-icon\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-arrow arrow-one double-arrow-icon\"\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv class=\"keymoment-container forward\" id=keymoment-forward style=\"display: none;\"\u003e\u003cdiv id=keymoment-forward-box\u003e\u003cspan class=\"keymoment-arrow arrow-two double-arrow-icon\"\u003e\u003c/span\u003e\u003cspan class=\"keymoment-arrow arrow-one double-arrow-icon\"\u003e\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=vignette-overlay\u003e\u003c/div\u003e\u003cdiv id=vignette-top-card class=vignette-top-card\u003e\u003cdiv class=vignette-top-channel\u003e\u003c/div\u003e\u003cdiv class=\"vignette-top-title top-enable-channel-logo\"\u003e\u003cdiv class=\"vignette-top-title-text vignette-magic-player\"\u003e\u003ca class=vignette-top-title-link id=vignette-top-title-link-ez-4998 target=_blank tabindex=0 href=//www.humix.com/video/jpK5OjQIZbu\u003eBasic English Conversation for Beginners #41\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv class=vignette-top-share\u003e\u003cbutton class=vignette-top-button type=button title=share id=vignette-top-button\u003e\u003cdiv class=top-button-icon\u003e\u003csvg height=\"100%\" version=\"1.1\" viewBox=\"0 0 36 36\" width=\"100%\"\u003e\n \u003cuse class=\"svg-shadow\" xlink:href=\"#share-icon\"\u003e\u003c/use\u003e\n \u003cpath class=\"svg-fill\" d=\"m 20.20,14.19 0,-4.45 7.79,7.79 -7.79,7.79 0,-4.56 C 16.27,20.69 12.10,21.81 9.34,24.76 8.80,25.13 7.60,27.29 8.12,25.65 9.08,21.32 11.80,17.18 15.98,15.38 c 1.33,-0.60 2.76,-0.98 4.21,-1.19 z\" id=\"share-icon\"\u003e\u003c/path\u003e\n \u003c/svg\u003e\u003c/div\u003e\u003cdiv class=top-button-title\u003eShare\u003c/div\u003e\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003ca id=watch-on-link-ez-4998 class=watch-on-link aria-label=\"Watch on Humix\" target=_blank href=//www.humix.com/video/jpK5OjQIZbu\u003e\u003cdiv class=watch-on-link-content aria-hidden=true\u003e\u003cdiv class=watch-on-link-text\u003eWatch on\u003c/div\u003e\u003cdiv class=watch-on-link-logo style=\"display: flex;\"\u003e\u003cimg src=https://assets.humix.com/full_humix_logo_white.png alt=Humix class=img-fluid\u003e\u003c/div\u003e\u003c/div\u003e\u003c/a\u003e\u003cdiv class=ez-vid-preview id=ez-vid-preview-ez-4998\u003e\u003c/div\u003e\u003cdiv id=lds-ring-ez-4998 class=lds-ring\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003cdiv\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-video-links-ez-4998 style=position:absolute;\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=ez-lower-title-link-ez-4998 class=lower-title-link\u003e\u003ca href=//www.humix.com/video/jpK5OjQIZbu target=_blank\u003eBasic English Conversation for Beginners #41\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","PreferredVideoType":0,"VideoPlaylist":{"VideoPlaylistId":1,"FirstVideoSelectionId":0,"FirstVideoIndex":0,"Name":"Universal Player","IsLooping":1,"IsShuffled":0,"Autoskip":0,"Videos":[{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":0},{"PublisherVideoId":460531,"PublisherId":117581,"VideoContentId":"TAnXPrRl6zu","DomainId":408580,"Title":"Basic English Conversation for Beginners #37","Description":"Basic English Conversation for Beginners #37","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:43:38","ModifiedDate":"2023-07-08 01:46:25","PreviewImage":"https://video-meta.humix.com/poster/jwnJkLYGVSIlQcab/jwnJkLYGVSIlQcab_j1688780673128-9zfkra_t1688780778_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134767,"StreamingURL":"https://streaming.humix.com/contents/jwnJkLYGVSIlQcab/1688780778/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"TAnXPrRl6zu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:1][PlaylistAdUnit:1][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"TAnXPrRl6zu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":1},{"PublisherVideoId":453565,"PublisherId":117581,"VideoContentId":"KtLPGPlA7ru","DomainId":408580,"Title":"Basic English Conversation for Beginners #17","Description":"Basic English Conversation for Beginners #17","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:30:38","ModifiedDate":"2023-07-02 01:33:09","PreviewImage":"https://video-meta.humix.com/poster/cAVuJvblViwvXjZE/cAVuJvblViwvXjZE_j1688261485290-ei45em_t1688261583_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":138071,"StreamingURL":"https://streaming.humix.com/contents/cAVuJvblViwvXjZE/1688261583/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KtLPGPlA7ru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:2][PlaylistAdUnit:2][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Family \u0026 Relationships,Language Resources","IABCategoryIds":"186,147","NLBCategoryIds":"446,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KtLPGPlA7ru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":2},{"PublisherVideoId":461796,"PublisherId":117581,"VideoContentId":"bVnqaidcsru","DomainId":408580,"Title":"Basic English Conversation for Beginners #40","Description":"Basic English Conversation for Beginners #40","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-09 00:45:07","ModifiedDate":"2023-07-09 00:47:08","PreviewImage":"https://video-meta.humix.com/poster/sYZawfMyyDdREjOs/sYZawfMyyDdREjOs_j1688863552207-lj7ebc_t1688863623_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139806,"StreamingURL":"https://streaming.humix.com/contents/sYZawfMyyDdREjOs/1688863623/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"bVnqaidcsru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:3][PlaylistAdUnit:3][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Honeymoons \u0026 Romantic Getaways,Hobbies \u0026 Leisure,Language Resources","IABCategoryIds":"667,239,147","NLBCategoryIds":"1252,324,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"bVnqaidcsru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":3},{"PublisherVideoId":453566,"PublisherId":117581,"VideoContentId":"KIK5GPRk7Wu","DomainId":408580,"Title":"Basic English Conversation for Beginners #18","Description":"Basic English Conversation for Beginners #18","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:36:59","ModifiedDate":"2023-07-02 01:38:53","PreviewImage":"https://video-meta.humix.com/poster/SRVxkkMJaXwuxswU/SRVxkkMJaXwuxswU_j1688261864868-zvumb8_t1688261928_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":129662,"StreamingURL":"https://streaming.humix.com/contents/SRVxkkMJaXwuxswU/1688261928/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KIK5GPRk7Wu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:4][PlaylistAdUnit:4][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KIK5GPRk7Wu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":4},{"PublisherVideoId":464904,"PublisherId":117581,"VideoContentId":"agebiallYqu","DomainId":408580,"Title":"Basic English Conversation for Beginners #46","Description":"Basic English Conversation for Beginners #46","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:10:29","ModifiedDate":"2023-07-11 02:13:06","PreviewImage":"https://video-meta.humix.com/poster/oFsmSawMoNIAMfjY/oFsmSawMoNIAMfjY_j1689041471348-n7rl9l_t1689041581_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":140373,"StreamingURL":"https://streaming.humix.com/contents/oFsmSawMoNIAMfjY/1689041581/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"agebiallYqu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:5][PlaylistAdUnit:5][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Documentary Films,Romance Films,Language Resources","IABCategoryIds":"332,326,147","NLBCategoryIds":"638,646,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"agebiallYqu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":5},{"PublisherVideoId":453567,"PublisherId":117581,"VideoContentId":"LcK5HPlBAWu","DomainId":408580,"Title":"Basic English Conversation for Beginners #19","Description":"Basic English Conversation for Beginners #19","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:40:13","ModifiedDate":"2023-07-02 01:42:47","PreviewImage":"https://video-meta.humix.com/poster/ahzeADSasfpckYoh/ahzeADSasfpckYoh_j1688262049887-1wt3fr_t1688262161_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134601,"StreamingURL":"https://streaming.humix.com/contents/ahzeADSasfpckYoh/1688262161/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"LcK5HPlBAWu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:6][PlaylistAdUnit:6][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"LcK5HPlBAWu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":6},{"PublisherVideoId":464899,"PublisherId":117581,"VideoContentId":"P_SPbGQBYHu","DomainId":408580,"Title":"Basic English Conversation for Beginners #44","Description":"Basic English Conversation for Beginners #44","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:08:25","ModifiedDate":"2023-07-11 02:10:39","PreviewImage":"https://video-meta.humix.com/poster/zoABCEXvFcHCFJQs/zoABCEXvFcHCFJQs_j1689041346542-7tuz2m_t1689041433_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139839,"StreamingURL":"https://streaming.humix.com/contents/zoABCEXvFcHCFJQs/1689041434/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"P_SPbGQBYHu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:7][PlaylistAdUnit:7][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"P_SPbGQBYHu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":7},{"PublisherVideoId":152726,"PublisherId":122246,"VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","DomainId":296420,"Title":"10 English Relationship Idioms || Spoken English || ESL Advice","Description":"From this video, you\u0026#39;ll learn 10 English idioms that you can use in everyday life.\n\n#idioms \n#relationship\n#vocabulary","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2022-11-22 03:24:57","ModifiedDate":"2022-11-22 03:30:14","PreviewImage":"https://streaming.humix.com/poster/kitYuvsHfLjenIwk/ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825_mVnVZl.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":178912,"StreamingURL":"https://streaming.humix.com/contents/kitYuvsHfLjenIwk/1685094173/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":296420,"DomainIdShare":62087,"DomainNameOwner":"esladvice.com-296420-old2","VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:8][PlaylistAdUnit:8][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Distance Learning,Language Resources,Education","IABCategoryIds":"148,147,132","NLBCategoryIds":"395,505,393","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"import-from-youtube","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"OkHtAkcyOG2","PreferredVideoType":0,"HumixChannelId":13014,"IsHumixChannelActive":false,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English,ESL,EFL,Learn English","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":8},{"PublisherVideoId":460529,"PublisherId":117581,"VideoContentId":"m7mqiHl67ju","DomainId":408580,"Title":"Basic English Conversation for Beginners #35","Description":"Basic English Conversation for Beginners #35","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:41:31","ModifiedDate":"2023-07-08 01:43:31","PreviewImage":"https://video-meta.humix.com/poster/ISpagNNoACMjKIpI/ISpagNNoACMjKIpI_j1688780536482-iyrso6_t1688780605_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139272,"StreamingURL":"https://streaming.humix.com/contents/ISpagNNoACMjKIpI/1688780606/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"m7mqiHl67ju","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:9][PlaylistAdUnit:9][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"m7mqiHl67ju","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":9}],"IsVerticalPlaylist":false,"HumixId":""},"VideoRankingConfigId":29,"CollectionId":1340,"ScoreGroupId":1,"VideoAutoMatchType":1,"HumixChannelId":25882,"HasNextVideo":false,"NextVideoURL":"","ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","IsHumixApp":false,"IsMagicPlayer":true,"IsVerticalPlaylist":true,"Language":"en","VideoPlaceholderId":4999,"URL":"https://basicenglishspeaking.com/daily-english-conversation-topics/","Width":0,"MaxWidth":"","Height":0,"PreviewURL":"","VideoDisplayType":0,"MatchOption":0,"PlaceholderSelectionId":0,"HashValue":"","IsFloating":false,"AdsEnabled":1,"IsAutoSelect":true,"Keyword":"","VideoSelection":0,"VideoMatchScore":36,"VideoPlaceholderHash":"","IsAIPlaceholder":true,"AutoInsertImpressionID":"","ExternalId":"","InsertMethod":"js","Video":{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"https://video-meta.humix.com/link/jpK5OjQIZbu.vtt","Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics"}},{"PlayerId":"ez-4998","VideoContentId":"jpK5OjQIZbu","VideoPlaylistSelectionId":0,"VideoPlaylistId":1,"VideoTitle":"Basic English Conversation for Beginners #41","VideoDescription":"","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"","VideoDurationMs":134901,"DeviceTypeFlag":14,"FloatFlag":14,"IsAutoPlay":false,"IsLoop":true,"OutstreamEnabled":false,"ShouldConsiderDocVisibility":true,"ShouldPauseAds":true,"AdUnit":"","ImpressionId":0,"VideoStartTime":0,"IsStartTimeEnabled":0,"IsKeyMoment":false,"PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"VideoUploadSource":"dashboard-manual-upload","IsVertical":false,"IsPreferred":false,"ShowControls":false,"IsSharedEmbed":false,"ShortenId":"jpK5OjQIZbu","Preview":false,"PlaylistHumixId":"","MagicPlaceholderType":2,"MagicHTML":"","PreferredVideoType":0,"VideoPlaylist":{"VideoPlaylistId":1,"FirstVideoSelectionId":0,"FirstVideoIndex":0,"Name":"Universal Player","IsLooping":1,"IsShuffled":0,"Autoskip":0,"Videos":[{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":0},{"PublisherVideoId":460531,"PublisherId":117581,"VideoContentId":"TAnXPrRl6zu","DomainId":408580,"Title":"Basic English Conversation for Beginners #37","Description":"Basic English Conversation for Beginners #37","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:43:38","ModifiedDate":"2023-07-08 01:46:25","PreviewImage":"https://video-meta.humix.com/poster/jwnJkLYGVSIlQcab/jwnJkLYGVSIlQcab_j1688780673128-9zfkra_t1688780778_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134767,"StreamingURL":"https://streaming.humix.com/contents/jwnJkLYGVSIlQcab/1688780778/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"TAnXPrRl6zu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:1][PlaylistAdUnit:1][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"TAnXPrRl6zu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":1},{"PublisherVideoId":453565,"PublisherId":117581,"VideoContentId":"KtLPGPlA7ru","DomainId":408580,"Title":"Basic English Conversation for Beginners #17","Description":"Basic English Conversation for Beginners #17","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:30:38","ModifiedDate":"2023-07-02 01:33:09","PreviewImage":"https://video-meta.humix.com/poster/cAVuJvblViwvXjZE/cAVuJvblViwvXjZE_j1688261485290-ei45em_t1688261583_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":138071,"StreamingURL":"https://streaming.humix.com/contents/cAVuJvblViwvXjZE/1688261583/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KtLPGPlA7ru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:2][PlaylistAdUnit:2][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Family \u0026 Relationships,Language Resources","IABCategoryIds":"186,147","NLBCategoryIds":"446,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KtLPGPlA7ru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":2},{"PublisherVideoId":461796,"PublisherId":117581,"VideoContentId":"bVnqaidcsru","DomainId":408580,"Title":"Basic English Conversation for Beginners #40","Description":"Basic English Conversation for Beginners #40","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-09 00:45:07","ModifiedDate":"2023-07-09 00:47:08","PreviewImage":"https://video-meta.humix.com/poster/sYZawfMyyDdREjOs/sYZawfMyyDdREjOs_j1688863552207-lj7ebc_t1688863623_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139806,"StreamingURL":"https://streaming.humix.com/contents/sYZawfMyyDdREjOs/1688863623/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"bVnqaidcsru","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:3][PlaylistAdUnit:3][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Honeymoons \u0026 Romantic Getaways,Hobbies \u0026 Leisure,Language Resources","IABCategoryIds":"667,239,147","NLBCategoryIds":"1252,324,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"bVnqaidcsru","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":3},{"PublisherVideoId":453566,"PublisherId":117581,"VideoContentId":"KIK5GPRk7Wu","DomainId":408580,"Title":"Basic English Conversation for Beginners #18","Description":"Basic English Conversation for Beginners #18","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:36:59","ModifiedDate":"2023-07-02 01:38:53","PreviewImage":"https://video-meta.humix.com/poster/SRVxkkMJaXwuxswU/SRVxkkMJaXwuxswU_j1688261864868-zvumb8_t1688261928_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":129662,"StreamingURL":"https://streaming.humix.com/contents/SRVxkkMJaXwuxswU/1688261928/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"KIK5GPRk7Wu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:4][PlaylistAdUnit:4][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"KIK5GPRk7Wu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":4},{"PublisherVideoId":464904,"PublisherId":117581,"VideoContentId":"agebiallYqu","DomainId":408580,"Title":"Basic English Conversation for Beginners #46","Description":"Basic English Conversation for Beginners #46","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:10:29","ModifiedDate":"2023-07-11 02:13:06","PreviewImage":"https://video-meta.humix.com/poster/oFsmSawMoNIAMfjY/oFsmSawMoNIAMfjY_j1689041471348-n7rl9l_t1689041581_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":140373,"StreamingURL":"https://streaming.humix.com/contents/oFsmSawMoNIAMfjY/1689041581/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"agebiallYqu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:5][PlaylistAdUnit:5][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Documentary Films,Romance Films,Language Resources","IABCategoryIds":"332,326,147","NLBCategoryIds":"638,646,505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"agebiallYqu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":5},{"PublisherVideoId":453567,"PublisherId":117581,"VideoContentId":"LcK5HPlBAWu","DomainId":408580,"Title":"Basic English Conversation for Beginners #19","Description":"Basic English Conversation for Beginners #19","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-02 01:40:13","ModifiedDate":"2023-07-02 01:42:47","PreviewImage":"https://video-meta.humix.com/poster/ahzeADSasfpckYoh/ahzeADSasfpckYoh_j1688262049887-1wt3fr_t1688262161_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134601,"StreamingURL":"https://streaming.humix.com/contents/ahzeADSasfpckYoh/1688262161/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"LcK5HPlBAWu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:6][PlaylistAdUnit:6][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"LcK5HPlBAWu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"Learn English,English Conversation Practice,Learning English,English Practice,English Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":6},{"PublisherVideoId":464899,"PublisherId":117581,"VideoContentId":"P_SPbGQBYHu","DomainId":408580,"Title":"Basic English Conversation for Beginners #44","Description":"Basic English Conversation for Beginners #44","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-11 02:08:25","ModifiedDate":"2023-07-11 02:10:39","PreviewImage":"https://video-meta.humix.com/poster/zoABCEXvFcHCFJQs/zoABCEXvFcHCFJQs_j1689041346542-7tuz2m_t1689041433_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139839,"StreamingURL":"https://streaming.humix.com/contents/zoABCEXvFcHCFJQs/1689041434/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"P_SPbGQBYHu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:7][PlaylistAdUnit:7][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"P_SPbGQBYHu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":7},{"PublisherVideoId":152726,"PublisherId":122246,"VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","DomainId":296420,"Title":"10 English Relationship Idioms || Spoken English || ESL Advice","Description":"From this video, you\u0026#39;ll learn 10 English idioms that you can use in everyday life.\n\n#idioms \n#relationship\n#vocabulary","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2022-11-22 03:24:57","ModifiedDate":"2022-11-22 03:30:14","PreviewImage":"https://streaming.humix.com/poster/kitYuvsHfLjenIwk/ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825_mVnVZl.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":178912,"StreamingURL":"https://streaming.humix.com/contents/kitYuvsHfLjenIwk/1685094173/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":296420,"DomainIdShare":62087,"DomainNameOwner":"esladvice.com-296420-old2","VideoContentId":"ca4141ad38ae7ec235a8186e8ba74dbc5d0cef3d21ad02415d8b0c90a86a9825","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:8][PlaylistAdUnit:8][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Distance Learning,Language Resources,Education","IABCategoryIds":"148,147,132","NLBCategoryIds":"395,505,393","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"import-from-youtube","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"OkHtAkcyOG2","PreferredVideoType":0,"HumixChannelId":13014,"IsHumixChannelActive":false,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English,ESL,EFL,Learn English","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":8},{"PublisherVideoId":460529,"PublisherId":117581,"VideoContentId":"m7mqiHl67ju","DomainId":408580,"Title":"Basic English Conversation for Beginners #35","Description":"Basic English Conversation for Beginners #35","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"Privacy":"public","CreatedDate":"2023-07-08 01:41:31","ModifiedDate":"2023-07-08 01:43:31","PreviewImage":"https://video-meta.humix.com/poster/ISpagNNoACMjKIpI/ISpagNNoACMjKIpI_j1688780536482-iyrso6_t1688780605_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":139272,"StreamingURL":"https://streaming.humix.com/contents/ISpagNNoACMjKIpI/1688780606/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"m7mqiHl67ju","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:9][PlaylistAdUnit:9][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources","IABCategoryIds":"147","NLBCategoryIds":"505","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"m7mqiHl67ju","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics","VideoPlaylistSelectionId":0,"VideoLinksSrc":"","VideoStartTime":0,"IsStartTimeEnabled":0,"AdUnit":"62087-shared-video-3","VideoPlaylistId":1,"InitialIndex":9}],"IsVerticalPlaylist":false,"HumixId":""},"VideoRankingConfigId":29,"CollectionId":1340,"ScoreGroupId":1,"VideoAutoMatchType":1,"HumixChannelId":25882,"HasNextVideo":false,"NextVideoURL":"","ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","IsHumixApp":false,"IsMagicPlayer":true,"IsVerticalPlaylist":true,"Language":"en","VideoPlaceholderId":4998,"URL":"https://basicenglishspeaking.com/daily-english-conversation-topics/","Width":640,"MaxWidth":"","Height":360,"PreviewURL":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","VideoDisplayType":0,"MatchOption":0,"PlaceholderSelectionId":0,"HashValue":"","IsFloating":false,"AdsEnabled":0,"IsAutoSelect":true,"Keyword":"","VideoSelection":0,"VideoMatchScore":36,"VideoPlaceholderHash":"","IsAIPlaceholder":false,"AutoInsertImpressionID":"","ExternalId":"","InsertMethod":"js","Video":{"PublisherVideoId":463170,"PublisherId":117581,"VideoContentId":"jpK5OjQIZbu","DomainId":408580,"Title":"Basic English Conversation for Beginners #41","Description":"Basic English Conversation for Beginners #41","VideoChapters":{"Chapters":null,"StartTimes":null,"EndTimes":null},"VideoLinksSrc":"https://video-meta.humix.com/link/jpK5OjQIZbu.vtt","Privacy":"public","CreatedDate":"2023-07-10 01:32:11","ModifiedDate":"2023-07-10 01:34:27","PreviewImage":"https://video-meta.humix.com/poster/cJavrXGArMTGkCPl/cJavrXGArMTGkCPl_j1688952761759-epulaw_t1688952861_base.003.jpg?w=640","RestrictByReferer":false,"ImpressionId":0,"VideoDurationMs":134901,"StreamingURL":"https://streaming.humix.com/contents/cJavrXGArMTGkCPl/1688952862/index.m3u8","PublisherVideoContentShare":{"DomainIdOwner":408580,"DomainIdShare":62087,"DomainNameOwner":"goctienganh.com","VideoContentId":"jpK5OjQIZbu","LoadError":"[Invalid Domain to load video][MagicPlayerPlaylist:0][PlaylistAdUnit:0][Invalid Domain to load video]","IsEzoicOwnedVideo":false,"IsGenericInstream":false,"IsOutstream":false,"IsGPTOutstream":false},"ExternalId":"","IABCategoryName":"Language Resources,Biographies \u0026 Quotations","IABCategoryIds":"147,44","NLBCategoryIds":"505,493","IsUploaded":false,"IsProcessed":false,"IsContentShareable":true,"UploadSource":"dashboard-manual-upload","IsPreferred":false,"Category":"","IsRotate":false,"ShortenId":"jpK5OjQIZbu","PreferredVideoType":0,"HumixChannelId":25882,"IsHumixChannelActive":true,"VideoAutoMatchType":1,"ShareBaseUrl":"//www.humix.com/","CanonicalLink":"","ChannelSlug":"goctienganh_com","Language":"en","Keywords":"English Conversation Practice\nLearning English\nEnglish Practice\nEnglish Conversation Topics"}}];window.ezIntType="";for(vIndex=0;vIndex<videoObjects.length;vIndex++){let videoObject=videoObjects[vIndex];videoObject.videoObjectsCount=videoObjects.length;videoObject.videoObjectsIndex=vIndex+1;ezVideoPlayer.Init(videoObject);}});function renderEzoicVideoContent(){if(window.renderEzoicVideoContentCBs&&window.renderEzoicVideoContentCBs.length){for(let i=0;i<window.renderEzoicVideoContentCBs.length;i++){if(typeof window.renderEzoicVideoContentCBs[i]==="function"){window.renderEzoicVideoContentCBs[i]();}}}
window.renderEzoicVideoContentCBs={push:function(f){f();}};}
if(typeof vectx!=="undefined"){vectx["is_magic_player"]=true;}
__ez.queue.addFileOnce("/beardeddragon/wyrm.js","/beardeddragon/wyrm.js?cb=8",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/wyvern.js","/beardeddragon/wyvern.js?cb=144",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/porpoiseant/jellyfish.js","/porpoiseant/jellyfish.js?a=a&cb=17&dcb=17&shcb=34",true,[],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/gilamonster.js","/beardeddragon/gilamonster.js?cb=59f2a310d8",true,["/beardeddragon/wyrm.js","/beardeddragon/wyvern.js","/porpoiseant/jellyfish.js"],false,false,true,false,window);__ez.queue.addFileOnce("/beardeddragon/iguana.js","/beardeddragon/iguana.js?cb=1797d995dd",true,["/beardeddragon/wyrm.js","/beardeddragon/gilamonster.js"],false,false,true,false,window);__ez.queue.addFileOnce("ima","//imasdk.googleapis.com/js/sdkloader/ima3.js",true,[],false,false,true,false,window);__ez.queue.addFunc("ezoicVideo","renderEzoicVideoContent",null,true,["ezaqReady","/detroitchicago/birmingham.js","/beardeddragon/iguana.js","ima","/detroitchicago/portland.js","/beardeddragon/axolotl.js"],false,false,true,false,window);</script><script data-ezscrex=false></script><script>__ez.queue.addFile('/beardeddragon/tortoise.js','/beardeddragon/tortoise.js?gcb=3&cb=11',false,[],true,false,true,false);</script><script data-cfasync=false>__ez.queue.addFile('/tardisrocinante/script_delay.js','/tardisrocinante/script_delay.js?gcb=3&cb=2',false,['/tardisrocinante/screx.js'],true,false,true,false);</script><script style=display:none async>if(typeof window.__ez!=='undefined'&&window.__ez?.queue?.addFileOnce){window.__ez.queue.addFileOnce('identity','https://go.ezodn.com/detroitchicago/indy.js?cb=15&gcb=0',true,[],true,false,false,true);}</script><script data-cfasync="false">function _emitEzConsentEvent(){var customEvent=new CustomEvent("ezConsentEvent",{detail:{ezTcfConsent:window.ezTcfConsent},bubbles:true,cancelable:true,});document.dispatchEvent(customEvent);}
(function(window,document){function _setAllEzConsentTrue(){window.ezTcfConsent.loaded=true;window.ezTcfConsent.store_info=true;window.ezTcfConsent.develop_and_improve_services=true;window.ezTcfConsent.measure_ad_performance=true;window.ezTcfConsent.measure_content_performance=true;window.ezTcfConsent.select_basic_ads=true;window.ezTcfConsent.create_ad_profile=true;window.ezTcfConsent.select_personalized_ads=true;window.ezTcfConsent.create_content_profile=true;window.ezTcfConsent.select_personalized_content=true;window.ezTcfConsent.understand_audiences=true;window.ezTcfConsent.use_limited_data_to_select_content=true;window.ezTcfConsent.select_personalized_content=true;}
function _clearEzConsentCookie(){document.cookie="ezCMPCookieConsent=tcf2;Domain=.basicenglishspeaking.com;Path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT";}
_clearEzConsentCookie();if(typeof window.__tcfapi!=="undefined"){window.ezgconsent=false;var amazonHasRun=false;function _ezAllowed(tcdata,purpose){return(tcdata.purpose.consents[purpose]||tcdata.purpose.legitimateInterests[purpose]);}
function _reloadAds(){if(typeof window.ezorefgsl==="function"&&typeof window.ezslots==="object"){if(typeof __ezapsFetchBids=="function"&&amazonHasRun===false){ezapsFetchBids(__ezaps);if(typeof __ezapsVideo!="undefined"){ezapsFetchBids(__ezapsVideo,"video");}
amazonHasRun=true;}
var slots=[];for(var i=0;i<window.ezslots.length;i++){if(window[window.ezslots[i]]&&typeof window[window.ezslots[i]]==="object"){slots.push(window[window.ezslots[i]]);}else{setTimeout(_reloadAds,100);return false;}}
for(var i=0;i<slots.length;i++){window.ezorefgsl(slots[i]);}}else if(!window.ezadtimeoutset){window.ezadtimeoutset=true;setTimeout(_reloadAds,100);}}
function _handleConsentDecision(tcdata){window.ezTcfConsent.loaded=true;if(!tcdata.vendor.consents["347"]&&!tcdata.vendor.legitimateInterests["347"]){window._emitEzConsentEvent();return;}
window.ezTcfConsent.store_info=_ezAllowed(tcdata,"1");window.ezTcfConsent.develop_and_improve_services=_ezAllowed(tcdata,"10");window.ezTcfConsent.measure_content_performance=_ezAllowed(tcdata,"8");window.ezTcfConsent.select_basic_ads=_ezAllowed(tcdata,"2");window.ezTcfConsent.create_ad_profile=_ezAllowed(tcdata,"3");window.ezTcfConsent.select_personalized_ads=_ezAllowed(tcdata,"4");window.ezTcfConsent.create_content_profile=_ezAllowed(tcdata,"5");window.ezTcfConsent.measure_ad_performance=_ezAllowed(tcdata,"7");window.ezTcfConsent.use_limited_data_to_select_content=_ezAllowed(tcdata,"11");window.ezTcfConsent.select_personalized_content=_ezAllowed(tcdata,"6");window.ezTcfConsent.understand_audiences=_ezAllowed(tcdata,"9");window._emitEzConsentEvent();}
function _handleGoogleConsentV2(tcdata){if(!tcdata||!tcdata.purpose||!tcdata.purpose.consents){return;}
var googConsentV2={};if(tcdata.purpose.consents[1]){googConsentV2.ad_storage='granted';googConsentV2.analytics_storage='granted';}
if(tcdata.purpose.consents[3]&&tcdata.purpose.consents[4]){googConsentV2.ad_personalization='granted';}
if(tcdata.purpose.consents[1]&&tcdata.purpose.consents[7]){googConsentV2.ad_user_data='granted';}
if(googConsentV2.analytics_storage=='denied'){gtag('set','url_passthrough',true);}
gtag('consent','update',googConsentV2);}
__tcfapi("addEventListener",2,function(tcdata,success){if(!success||!tcdata){window._emitEzConsentEvent();return;}
if(!tcdata.gdprApplies){_setAllEzConsentTrue();window._emitEzConsentEvent();return;}
if(tcdata.eventStatus==="useractioncomplete"||tcdata.eventStatus==="tcloaded"){if(typeof gtag!='undefined'){_handleGoogleConsentV2(tcdata);}
_handleConsentDecision(tcdata);if(tcdata.purpose.consents["1"]===true&&tcdata.vendor.consents["755"]!==false){window.ezgconsent=true;(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;_reloadAds();}else{_reloadAds();}
if(window.__ezconsent){__ezconsent.setEzoicConsentSettings(ezConsentCategories);}
__tcfapi("removeEventListener",2,function(success){return null;},tcdata.listenerId);if(!(tcdata.purpose.consents["1"]===true&&_ezAllowed(tcdata,"2")&&_ezAllowed(tcdata,"3")&&_ezAllowed(tcdata,"4"))){if(typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof window["_ezaq"]=="object"&&typeof window["_ezaq"]["page_view_id"]=="string"){__ez.bit.Add(window["_ezaq"]["page_view_id"],[new __ezDotData("non_personalized_ads",true),]);}}}});}else{_setAllEzConsentTrue();window._emitEzConsentEvent();}})(window,document);</script></body></html>
<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:792"><div class="tcb-flex-row tcb--cols--3"><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>1. <a class="tve-froala" href="https://basicenglishspeaking.com/family/" style="outline:none">Family</a><br/>2. <a class="tve-froala" href="https://basicenglishspeaking.com/restaurant/" style="outline:none">Restaurant</a><br/>3. <a href="https://basicenglishspeaking.com/books/">Books</a><br/>4. <a href="https://basicenglishspeaking.com/travel/">Travel</a><br/>5. <a href="https://basicenglishspeaking.com/website/">Website</a><br/>6. <a href="https://basicenglishspeaking.com/accident/">Accident</a><br/>7. <a class="tve-froala" href="https://basicenglishspeaking.com/childhood-memory/" style="outline:none">Childhood memory</a><br/>8. <a class="tve-froala" href="https://basicenglishspeaking.com/favorite-rooms/" style="outline:none">Favorite rooms</a><br/>9. <a href="https://basicenglishspeaking.com/presents/">Presents</a><br/>10. <a class="tve-froala" href="https://basicenglishspeaking.com/historical-place/" style="outline:none">Historical place</a><br/>11. <a class="tve-froala" href="https://basicenglishspeaking.com/newspaper-magazine/" style="outline:none">Newspaper/ Magazine</a><br/>12. <a href="https://basicenglishspeaking.com/an-event/">A memorable event</a><br/>13. <a href="https://basicenglishspeaking.com/a-subject/">A favorite subject</a><br/>14. <a href="https://basicenglishspeaking.com/a-museum/">A museum</a><br/>15. <a href="https://basicenglishspeaking.com/a-movie/">A favorite movie</a><br/>16. <a href="https://basicenglishspeaking.com/a-foreign-country/">A foreign country</a><br/>17. <a href="https://basicenglishspeaking.com/parties/">Parties</a><br/>18. <a href="https://basicenglishspeaking.com/a-teacher/">A teacher</a><br/>19. <a href="https://basicenglishspeaking.com/a-friend/">A friend</a><br/>20. <a href="https://basicenglishspeaking.com/a-hotel/">A hotel</a><br/>21. <a href="https://basicenglishspeaking.com/a-letter/">A letter</a><br/>22. <a href="https://basicenglishspeaking.com/hobbies/">Hobbies</a><br/>23. <a href="https://basicenglishspeaking.com/music/">Music</a><br/>24. <a href="https://basicenglishspeaking.com/shopping/">Shopping</a><br/>25. <a href="https://basicenglishspeaking.com/holiday/">Holiday</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>26. <a class="tve-froala" href="https://basicenglishspeaking.com/animals/" style="outline:none">Animals</a><br/>27. <a class="tve-froala" href="https://basicenglishspeaking.com/a-practical-skill/" style="outline:none">A practical skill</a><br/>28. <a href="https://basicenglishspeaking.com/sports/">Sport</a><br/>29. <a href="https://basicenglishspeaking.com/a-school/">A School</a><br/>30. <a href="https://basicenglishspeaking.com/festival/">Festival</a><br/>31. <a href="https://basicenglishspeaking.com/food/">Food</a><br/>32. <a href="https://basicenglishspeaking.com/household-appliance/">Household appliance</a><br/>33. <a href="https://basicenglishspeaking.com/a-music-band/">A music band</a><br/>34. <a href="https://basicenglishspeaking.com/weather/">Weather</a><br/>35. <a href="https://basicenglishspeaking.com/neighbor/">Neighbor</a><br/>36. <a href="https://basicenglishspeaking.com/natural-scenery/">Natural scenery</a><br/>37. <a href="https://basicenglishspeaking.com/outdoor-activities/">Outdoor activities</a><br/>38. <a href="https://basicenglishspeaking.com/law/">Law</a><br/>39. <a href="https://basicenglishspeaking.com/pollution/">Pollution</a><br/>40. <a href="https://basicenglishspeaking.com/traffic-jam/">Traffic jam</a><br/>41. <a href="https://basicenglishspeaking.com/tv-program/">TV program</a><br/>42. <a href="https://basicenglishspeaking.com/architecture-building/">Architect/ Building</a><br/>43. <a href="https://basicenglishspeaking.com/electronic-media/">Electronic Media</a><br/>44. <a href="https://basicenglishspeaking.com/job-career/">Job/ Career</a><br/>45. <a href="https://basicenglishspeaking.com/competition-contest/">Competition/ contest</a><br/>46. <a href="https://basicenglishspeaking.com/a-garden/">A garden</a><br/>47. <a href="https://basicenglishspeaking.com/hometown/">Hometown</a><br/>48. <a href="https://basicenglishspeaking.com/clothing/">Clothing</a><br/>49. <a href="https://basicenglishspeaking.com/an-advertisement/">Advertisement</a><br/>50. <a href="https://basicenglishspeaking.com/a-project/">A project</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>51. <a href="https://basicenglishspeaking.com/a-wedding/">A wedding</a><br/>52. <a href="https://basicenglishspeaking.com/a-coffee-shop/">A Coffee shop</a><br/>53. <a href="https://basicenglishspeaking.com/culture/">Culture</a><br/>54. <a href="https://basicenglishspeaking.com/transport/">Transport</a><br/>55. <a href="https://basicenglishspeaking.com/politician/">Politician</a><br/>56. <a href="https://basicenglishspeaking.com/communication/">Communication</a><br/>57. <a href="https://basicenglishspeaking.com/business/">Business</a><br/>58. <a href="https://basicenglishspeaking.com/computer/">Computer</a><br/>59. <a href="https://basicenglishspeaking.com/exercise/">Exercise</a><br/>60. <a href="https://basicenglishspeaking.com/goal-ambition/">Goal/ ambition</a><br/>61. <a href="https://basicenglishspeaking.com/art/">Art</a><br/>62. <a href="https://basicenglishspeaking.com/fashion/">Fashion</a><br/>63. <a href="https://basicenglishspeaking.com/jewelry/">Jewelry</a><br/>64. <a href="https://basicenglishspeaking.com/cosmetic/">Cosmetic</a><br/>65. <a href="https://basicenglishspeaking.com/indoor-game/">Indoor Game</a><br/>66. <a href="https://basicenglishspeaking.com/phone-conversation/">Phone conversation</a><br/>67. <a href="https://basicenglishspeaking.com/learning-second-language/">Learning A Second language</a><br/>68. <a href="https://basicenglishspeaking.com/a-creative-person/">A Creative Person</a><br/>69. <a href="https://basicenglishspeaking.com/a-celebrity/">A celebrity</a><br/>70. <a href="https://basicenglishspeaking.com/a-health-problem/">A Health Problem</a><br/>71. <a href="https://basicenglishspeaking.com/technological-advancements/">Technological advancements</a><br/>72. <a href="https://basicenglishspeaking.com/a-landmark/">A Landmark</a><br/>73. <a href="https://basicenglishspeaking.com/handcraft-items/">Handcraft Items</a><br/>74. <a href="https://basicenglishspeaking.com/plastic-surgery/">Plastic Surgery</a><br/>75. <a href="https://basicenglishspeaking.com/success/">Success</a></p></div></div></div></div></div>
예시 4)
import requests
from bs4 import BeautifulSoup
# URL 요청 및 응답 받기
site = 'https://basicenglishspeaking.com/daily-english-conversation-topics/'
request = requests.get(site)
# BeautifulSoup으로 HTML 파싱
soup = BeautifulSoup(request.text, 'html.parser')
# 특정 'div' 태그 찾기 (예: 'thrv-columns' 클래스가 있는 경우)
div = soup.find('div', {'class': 'thrv-columns'})
print(div)
--->
<div class="thrv_wrapper thrv-columns" style="--tcb-col-el-width:792"><div class="tcb-flex-row tcb--cols--3"><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>1. <a class="tve-froala" href="https://basicenglishspeaking.com/family/" style="outline:none">Family</a><br/>2. <a class="tve-froala" href="https://basicenglishspeaking.com/restaurant/" style="outline:none">Restaurant</a><br/>3. <a href="https://basicenglishspeaking.com/books/">Books</a><br/>4. <a href="https://basicenglishspeaking.com/travel/">Travel</a><br/>5. <a href="https://basicenglishspeaking.com/website/">Website</a><br/>6. <a href="https://basicenglishspeaking.com/accident/">Accident</a><br/>7. <a class="tve-froala" href="https://basicenglishspeaking.com/childhood-memory/" style="outline:none">Childhood memory</a><br/>8. <a class="tve-froala" href="https://basicenglishspeaking.com/favorite-rooms/" style="outline:none">Favorite rooms</a><br/>9. <a href="https://basicenglishspeaking.com/presents/">Presents</a><br/>10. <a class="tve-froala" href="https://basicenglishspeaking.com/historical-place/" style="outline:none">Historical place</a><br/>11. <a class="tve-froala" href="https://basicenglishspeaking.com/newspaper-magazine/" style="outline:none">Newspaper/ Magazine</a><br/>12. <a href="https://basicenglishspeaking.com/an-event/">A memorable event</a><br/>13. <a href="https://basicenglishspeaking.com/a-subject/">A favorite subject</a><br/>14. <a href="https://basicenglishspeaking.com/a-museum/">A museum</a><br/>15. <a href="https://basicenglishspeaking.com/a-movie/">A favorite movie</a><br/>16. <a href="https://basicenglishspeaking.com/a-foreign-country/">A foreign country</a><br/>17. <a href="https://basicenglishspeaking.com/parties/">Parties</a><br/>18. <a href="https://basicenglishspeaking.com/a-teacher/">A teacher</a><br/>19. <a href="https://basicenglishspeaking.com/a-friend/">A friend</a><br/>20. <a href="https://basicenglishspeaking.com/a-hotel/">A hotel</a><br/>21. <a href="https://basicenglishspeaking.com/a-letter/">A letter</a><br/>22. <a href="https://basicenglishspeaking.com/hobbies/">Hobbies</a><br/>23. <a href="https://basicenglishspeaking.com/music/">Music</a><br/>24. <a href="https://basicenglishspeaking.com/shopping/">Shopping</a><br/>25. <a href="https://basicenglishspeaking.com/holiday/">Holiday</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>26. <a class="tve-froala" href="https://basicenglishspeaking.com/animals/" style="outline:none">Animals</a><br/>27. <a class="tve-froala" href="https://basicenglishspeaking.com/a-practical-skill/" style="outline:none">A practical skill</a><br/>28. <a href="https://basicenglishspeaking.com/sports/">Sport</a><br/>29. <a href="https://basicenglishspeaking.com/a-school/">A School</a><br/>30. <a href="https://basicenglishspeaking.com/festival/">Festival</a><br/>31. <a href="https://basicenglishspeaking.com/food/">Food</a><br/>32. <a href="https://basicenglishspeaking.com/household-appliance/">Household appliance</a><br/>33. <a href="https://basicenglishspeaking.com/a-music-band/">A music band</a><br/>34. <a href="https://basicenglishspeaking.com/weather/">Weather</a><br/>35. <a href="https://basicenglishspeaking.com/neighbor/">Neighbor</a><br/>36. <a href="https://basicenglishspeaking.com/natural-scenery/">Natural scenery</a><br/>37. <a href="https://basicenglishspeaking.com/outdoor-activities/">Outdoor activities</a><br/>38. <a href="https://basicenglishspeaking.com/law/">Law</a><br/>39. <a href="https://basicenglishspeaking.com/pollution/">Pollution</a><br/>40. <a href="https://basicenglishspeaking.com/traffic-jam/">Traffic jam</a><br/>41. <a href="https://basicenglishspeaking.com/tv-program/">TV program</a><br/>42. <a href="https://basicenglishspeaking.com/architecture-building/">Architect/ Building</a><br/>43. <a href="https://basicenglishspeaking.com/electronic-media/">Electronic Media</a><br/>44. <a href="https://basicenglishspeaking.com/job-career/">Job/ Career</a><br/>45. <a href="https://basicenglishspeaking.com/competition-contest/">Competition/ contest</a><br/>46. <a href="https://basicenglishspeaking.com/a-garden/">A garden</a><br/>47. <a href="https://basicenglishspeaking.com/hometown/">Hometown</a><br/>48. <a href="https://basicenglishspeaking.com/clothing/">Clothing</a><br/>49. <a href="https://basicenglishspeaking.com/an-advertisement/">Advertisement</a><br/>50. <a href="https://basicenglishspeaking.com/a-project/">A project</a></p></div></div></div><div class="tcb-flex-col"><div class="tcb-col"><div class="thrv_wrapper thrv_text_element"><p>51. <a href="https://basicenglishspeaking.com/a-wedding/">A wedding</a><br/>52. <a href="https://basicenglishspeaking.com/a-coffee-shop/">A Coffee shop</a><br/>53. <a href="https://basicenglishspeaking.com/culture/">Culture</a><br/>54. <a href="https://basicenglishspeaking.com/transport/">Transport</a><br/>55. <a href="https://basicenglishspeaking.com/politician/">Politician</a><br/>56. <a href="https://basicenglishspeaking.com/communication/">Communication</a><br/>57. <a href="https://basicenglishspeaking.com/business/">Business</a><br/>58. <a href="https://basicenglishspeaking.com/computer/">Computer</a><br/>59. <a href="https://basicenglishspeaking.com/exercise/">Exercise</a><br/>60. <a href="https://basicenglishspeaking.com/goal-ambition/">Goal/ ambition</a><br/>61. <a href="https://basicenglishspeaking.com/art/">Art</a><br/>62. <a href="https://basicenglishspeaking.com/fashion/">Fashion</a><br/>63. <a href="https://basicenglishspeaking.com/jewelry/">Jewelry</a><br/>64. <a href="https://basicenglishspeaking.com/cosmetic/">Cosmetic</a><br/>65. <a href="https://basicenglishspeaking.com/indoor-game/">Indoor Game</a><br/>66. <a href="https://basicenglishspeaking.com/phone-conversation/">Phone conversation</a><br/>67. <a href="https://basicenglishspeaking.com/learning-second-language/">Learning A Second language</a><br/>68. <a href="https://basicenglishspeaking.com/a-creative-person/">A Creative Person</a><br/>69. <a href="https://basicenglishspeaking.com/a-celebrity/">A celebrity</a><br/>70. <a href="https://basicenglishspeaking.com/a-health-problem/">A Health Problem</a><br/>71. <a href="https://basicenglishspeaking.com/technological-advancements/">Technological advancements</a><br/>72. <a href="https://basicenglishspeaking.com/a-landmark/">A Landmark</a><br/>73. <a href="https://basicenglishspeaking.com/handcraft-items/">Handcraft Items</a><br/>74. <a href="https://basicenglishspeaking.com/plastic-surgery/">Plastic Surgery</a><br/>75. <a href="https://basicenglishspeaking.com/success/">Success</a></p></div></div></div></div></div>
예시 5)
# links 변수에 저장된 모든 링크(<a> 태그 리스트)를 반복합니다.
# links는 이전 코드에서 BeautifulSoup의 find_all()로 추출된 <a> 태그의 리스트입니다.
for link in links:
# 각 <a> 태그의 텍스트 내용을 출력합니다.
# link.text는 <a> 태그와 </a> 태그 사이의 텍스트를 반환합니다.
# 예: <a href="example.com">클릭하세요</a>의 경우 "클릭하세요"가 반환됩니다.
print(link.text)
---->
Family
Restaurant
Books
Travel
Website
Accident
Childhood memory
Favorite rooms
Presents
Historical place
Newspaper/ Magazine
A memorable event
A favorite subject
A museum
A favorite movie
A foreign country
Parties
A teacher
A friend
A hotel
A letter
Hobbies
Music
Shopping
Holiday
Animals
A practical skill
Sport
A School
Festival
Food
Household appliance
A music band
Weather
Neighbor
Natural scenery
Outdoor activities
Law
Pollution
Traffic jam
TV program
Architect/ Building
Electronic Media
Job/ Career
Competition/ contest
A garden
Hometown
Clothing
Advertisement
A project
A wedding
A Coffee shop
Culture
Transport
Politician
Communication
Business
Computer
Exercise
Goal/ ambition
Art
Fashion
Jewelry
Cosmetic
Indoor Game
Phone conversation
Learning A Second language
A Creative Person
A celebrity
A Health Problem
Technological advancements
A Landmark
Handcraft Items
Plastic Surgery
Success
예시 6)
import requests
from bs4 import BeautifulSoup
# URL 요청 및 응답 받기
site = 'https://basicenglishspeaking.com/daily-english-conversation-topics/'
request = requests.get(site)
# BeautifulSoup으로 HTML 파싱
soup = BeautifulSoup(request.text, 'html.parser')
# 특정 'div' 태그 찾기 (예: 'thrv-columns' 클래스가 있는 경우)
div = soup.find('div', {'class': 'thrv-columns'})
# div 내부의 모든 'a' 태그 찾기
if div:
links = div.find_all('a') # find_all()로 모든 링크를 리스트로 반환
for link in links:
print(link.text) # 링크 텍스트 출력
else:
print("No div found with the specified class.")
--->
Family
Restaurant
Books
Travel
Website
Accident
Childhood memory
Favorite rooms
Presents
Historical place
Newspaper/ Magazine
A memorable event
A favorite subject
A museum
A favorite movie
A foreign country
Parties
A teacher
A friend
A hotel
A letter
Hobbies
Music
Shopping
Holiday
Animals
A practical skill
Sport
A School
Festival
Food
Household appliance
A music band
Weather
Neighbor
Natural scenery
Outdoor activities
Law
Pollution
Traffic jam
TV program
Architect/ Building
Electronic Media
Job/ Career
Competition/ contest
A garden
Hometown
Clothing
Advertisement
A project
A wedding
A Coffee shop
Culture
Transport
Politician
Communication
Business
Computer
Exercise
Goal/ ambition
Art
Fashion
Jewelry
Cosmetic
Indoor Game
Phone conversation
Learning A Second language
A Creative Person
A celebrity
A Health Problem
Technological advancements
A Landmark
Handcraft Items
Plastic Surgery
Success
예시 7)
# 비어 있는 리스트를 초기화합니다.
# 각 링크(<a> 태그)에서 추출한 텍스트를 저장할 리스트입니다.
subject = []
# links 리스트에 있는 모든 <a> 태그를 순회합니다.
for link in links:
# 각 <a> 태그의 텍스트를 추출하여 subject 리스트에 추가합니다.
# link.text는 <a> 태그와 </a> 태그 사이의 텍스트를 반환합니다.
subject.append(link.text)
# subject 리스트에 저장된 모든 링크 텍스트를 출력합니다.
print(subject)
# subject 리스트의 길이를 출력합니다.
# 이는 리스트에 저장된 텍스트 항목의 개수를 나타냅니다.
len(subject)
--->
['Family', 'Restaurant', 'Books', 'Travel', 'Website', 'Accident', 'Childhood memory', 'Favorite rooms', 'Presents', 'Historical place', 'Newspaper/ Magazine', 'A memorable event', 'A favorite subject', 'A museum', 'A favorite movie', 'A foreign country', 'Parties', 'A teacher', 'A friend', 'A hotel', 'A letter', 'Hobbies', 'Music', 'Shopping', 'Holiday', 'Animals', 'A practical skill', 'Sport', 'A School', 'Festival', 'Food', 'Household appliance', 'A music band', 'Weather', 'Neighbor', 'Natural scenery', 'Outdoor activities', 'Law', 'Pollution', 'Traffic jam', 'TV program', 'Architect/ Building', 'Electronic Media', 'Job/ Career', 'Competition/ contest', 'A garden', 'Hometown', 'Clothing', 'Advertisement', 'A project', 'A wedding', 'A Coffee shop', 'Culture', 'Transport', 'Politician', 'Communication', 'Business', 'Computer', 'Exercise', 'Goal/ ambition', 'Art', 'Fashion', 'Jewelry', 'Cosmetic', 'Indoor Game', 'Phone conversation', 'Learning A Second language', 'A\xa0Creative Person', 'A celebrity', 'A Health Problem', 'Technological advancements', 'A Landmark', 'Handcraft Items', 'Plastic Surgery', 'Success']
예제 8)
len(subject)
--->
75
예제 9)
# 비어 있는 리스트를 초기화합니다.
# 추출한 텍스트 데이터를 저장할 리스트입니다.
subject = []
# links 리스트에 저장된 모든 <a> 태그를 순회합니다.
for link in links:
# 각 <a> 태그의 텍스트를 추출하여 subject 리스트에 추가합니다.
# link.text는 <a> 태그와 </a> 태그 사이의 텍스트를 반환합니다.
subject.append(link.text)
# subject 리스트에 저장된 모든 텍스트를 출력합니다.
# 출력 예: ['Topic 1', 'Topic 2', 'Topic 3']
print(subject)
# subject 리스트의 길이(요소 개수)를 출력합니다.
# 이는 추출된 링크 텍스트의 총 개수를 나타냅니다.
# 출력 예: 3 (리스트에 3개의 항목이 있음)
print(len(subject))
예제 10)
# 웹 요청을 보낼 대상 URL을 설정합니다.
site = 'https://basicenglishspeaking.com/daily-english-conversation-topics/'
# requests.get()을 사용해 URL에 HTTP GET 요청을 보냅니다.
request = requests.get(site)
# subject 리스트에 저장된 항목의 개수를 출력합니다.
# len(subject)는 subject 리스트의 길이(즉, 주제 개수)를 반환합니다.
print('총', len(subject), '개의 주제를 찾았습니다.')
# subject 리스트에 저장된 각 항목을 순회하며 번호와 함께 출력합니다.
for i in range(len(subject)):
# format()을 사용해 출력 형식을 지정합니다.
# {0:2d}는 2칸의 자리수를 확보한 정수로 출력하며, {1:s}는 문자열을 출력합니다.
# i+1은 주제 번호를 1부터 시작하게 만듭니다.
# subject[i]는 현재 항목(주제)을 나타냅니다.
print('{0:2d}, {1:s}'.format(i + 1, subject[i]))
---->
총 75 개의 주제를 찾았습니다.
1, Family
2, Restaurant
3, Books
4, Travel
5, Website
6, Accident
7, Childhood memory
8, Favorite rooms
9, Presents
10, Historical place
11, Newspaper/ Magazine
12, A memorable event
13, A favorite subject
14, A museum
15, A favorite movie
16, A foreign country
17, Parties
18, A teacher
19, A friend
20, A hotel
21, A letter
22, Hobbies
23, Music
24, Shopping
25, Holiday
26, Animals
27, A practical skill
28, Sport
29, A School
30, Festival
31, Food
32, Household appliance
33, A music band
34, Weather
35, Neighbor
36, Natural scenery
37, Outdoor activities
38, Law
39, Pollution
40, Traffic jam
41, TV program
42, Architect/ Building
43, Electronic Media
44, Job/ Career
45, Competition/ contest
46, A garden
47, Hometown
48, Clothing
49, Advertisement
50, A project
51, A wedding
52, A Coffee shop
53, Culture
54, Transport
55, Politician
56, Communication
57, Business
58, Computer
59, Exercise
60, Goal/ ambition
61, Art
62, Fashion
63, Jewelry
64, Cosmetic
65, Indoor Game
66, Phone conversation
67, Learning A Second language
68, A Creative Person
69, A celebrity
70, A Health Problem
71, Technological advancements
72, A Landmark
73, Handcraft Items
74, Plastic Surgery
75, Success
3. 다음 뉴스기사
* 다음 뉴스 기사 제목 크롤링
* [주소](https://www.daum.net/)
예제 1)
# Daum 뉴스의 제목을 가져오는 함수 정의
def daum_news_title(news_id):
# news_id를 사용해 URL을 동적으로 생성합니다.
# format()을 사용해 뉴스 ID를 URL에 삽입합니다.
url = 'https://v.daum.net/v/{}'.format(news_id)
# 생성된 URL에 HTTP GET 요청을 보냅니다.
request = requests.get(url)
# 가져온 HTML 응답(request.text)을 BeautifulSoup을 사용해 파싱합니다.
# HTML 구조를 탐색하고 원하는 데이터를 추출하기 위해 사용됩니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
# HTML 문서에서 class 속성이 'tit_view'인 <h3> 태그를 찾습니다.
# 이는 Daum 뉴스 페이지에서 뉴스 제목을 포함하는 태그입니다.
title = soup.find('h3', {'class': 'tit_view'})
# 제목이 존재하는 경우
if title:
# <h3> 태그 안의 텍스트를 가져와 양쪽 공백을 제거하고 반환합니다.
return title.text.strip()
# 제목이 존재하지 않는 경우 '제목 없음'을 반환합니다.
return '제목 없음'
# Daum 뉴스 ID '20241205093117938'에 해당하는 뉴스 제목을 가져옵니다.
daum_news_title('20241205093117938')
# Daum 뉴스 ID '20241205083931932'에 해당하는 뉴스 제목을 가져옵니다.
daum_news_title('20241205083931932')
---->
이승기♥이다인, 10개월 딸·신혼집 깜짝 공개…육아 예능 가나요 [Oh!쎈 이슈]
예제 2)
daum_news_title('20241205083931932')
--->
이승기♥이다인, 10개월 딸·신혼집 깜짝 공개…육아 예능 가나요 [Oh!쎈 이슈]
예제 3)
daum_news_title('20241205093117938')
--->
"할아버지 안 계시고 할머니 아프셔" 박나래, 김장 도전 (나혼산)
4. 벅스 뮤직 차트
* 1위~ 100위까지의 곡명, 가수 크롤링
* 출력 예) 1위. HOME SWEET HOME (feat. 태양, 대성) -G-DRAGON
* [주소] https://music.bugs.co.kr/chart
예제 1)
# Bugs Music의 차트 정보를 가져오는 함수 정의
def music_bugs(chart_url):
# Bugs Music 차트 페이지 URL을 받아 사용합니다.
# format(chart_url)는 필요하지 않으므로 제거합니다.
url = chart_url
# 지정된 URL로 HTTP GET 요청을 보냅니다.
request = requests.get(url)
# 가져온 HTML 응답(request.text)을 BeautifulSoup으로 파싱합니다.
# BeautifulSoup 객체를 생성하여 HTML 구조를 탐색할 수 있게 합니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
# HTML 문서에서 class 속성이 'title'인 <p> 태그를 찾습니다.
# 이는 Bugs Music 차트에서 곡 제목이 포함된 태그입니다.
title = soup.find('p', {'class': 'title'})
# 제목이 존재할 경우, 텍스트를 추출해 양쪽 공백을 제거하고 반환합니다.
if title:
return title.text.strip()
# 제목을 찾지 못했을 경우 '제목없음'을 반환합니다.
return '제목없음'
# 함수 호출 예시
# Bugs Music 차트 URL을 인자로 전달하여 곡 제목을 가져옵니다.
print(music_bugs('https://music.bugs.co.kr/chart'))
---->
벅스 차트 제목 목록:
1. Now or Never
2. HOME SWEET HOME (feat. 태양, 대성)
3. Whiplash
4. APT.
5. 너와의 모든 지금
6. POWER
7. number one girl
8. Mantra
9. Drowning
10. HAPPY
11. 나는 반딧불
12. UP (KARINA Solo)
13. Letter To Myself
14. 내 이름 맑음
15. Igloo
16. Supernova
17. 사랑을 억지로 할 수 없잖아
18. DRIP
19. Welcome to the Show
20. How Sweet
21. 첫 눈
22. Supernatural
23. 한 페이지가 될 수 있게
24. 내게 사랑이 뭐냐고 물어본다면
25. 고민중독
26. Armageddon
27. 소나기
28. All I Want for Christmas Is You
29. 밤양갱
30. 녹아내려요
31. Ditto
32. Cherish (My Love)
33. 나는 아픈 건 딱 질색이니까
34. Santa Tell Me
35. 예뻤어
36. Supersonic
37. Small girl (feat. 도경수(D.O.))
38. LAST NIGHT
39. Love wins all
40. 천상연
41. 어떻게 이별까지 사랑하겠어, 널 사랑하는 거지
42. Sticky
43. 에피소드
44. Bubble Gum
45. 해야 (HEYA)
46. 첫 만남은 계획대로 되지 않아
47. 슬픈 초대장
48. 그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))
49. 네모네모
50. 청춘만화
51. Congratulations
52. Love me or Leave me
53. Hype Boy
54. Hero Death (Feat. 시온)
55. To. X
56. Attention
57. 인사
58. Secret
59. Magnetic
60. 주저하는 연인들을 위해
61. Snowman
62. MEOW
63. SPOT! (feat. JENNIE)
64. ETA
65. 모든 날, 모든 순간 (Every day, Every Moment)
66. I AM
67. 너의 모든 순간
68. 비의 랩소디
69. 사랑은 늘 도망가
70. Horizon
71. Girls Never Die
72. 별별별 (See that?)
73. Super Shy
74. 무제(無題) (Untitled, 2014)
75. 클락션 (Klaxon)
76. 숲
77. Die With A Smile
78. 아직 거기 살아
79. Gravity
80. 내가 S면 넌 나의 N이 되어줘
81. 사랑인가 봐
82. Steal The Show (From “엘리멘탈”)
83. Drama
84. 그걸 사랑이라고 말하지마
85. 헤어지자 말해요
86. SOS
87. Live My Life
88. After LIKE
89. 그녀가 웃었다
90. Boom Boom Bass
91. 미안해 미워해 사랑해
92. 그녀가 웃잖아
93. 사건의 지평선
94. Cruel Summer
95. 청혼하지 않을 이유를 못 찾았어
96. Spicy
97. 나였으면
98. LOVE DIVE
99. Dangerously
100. Disaster
예제 2)
# Bugs Music 차트 페이지에 HTTP GET 요청을 보냅니다.
request = requests.get('https://music.bugs.co.kr/chart')
# HTTP 요청의 응답 객체를 출력합니다.
# 요청이 성공했다면 <Response [200]>과 같은 출력이 표시됩니다.
print(request)
# BeautifulSoup을 사용하여 HTML 문서를 파싱합니다.
# HTML 구조를 탐색할 수 있도록 객체를 생성합니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
# HTML 문서에서 class 속성이 'title'인 <p> 태그를 모두 찾습니다.
# 곡 제목이 포함된 태그를 리스트로 반환합니다.
titles = soup.findAll('p', {'class': 'title'})
# HTML 문서에서 class 속성이 'artist'인 <p> 태그를 모두 찾습니다.
# 가수 이름이 포함된 태그를 리스트로 반환합니다.
artists = soup.findAll('p', {'class': 'artist'})
# 찾은 곡 제목 리스트와 가수 리스트를 출력합니다.
# HTML 태그 구조와 함께 출력됩니다.
print(titles)
print(artists)
# 곡 제목(titles)과 가수(artists)를 동시에 순회하며 출력합니다.
# enumerate()를 사용하여 1부터 순위를 매깁니다.
for i, (t, a) in enumerate(zip(titles, artists), 1):
# 곡 제목을 <p> 태그 내부의 텍스트로 가져오고, 양쪽 공백을 제거합니다.
title = t.text.strip()
# 가수 이름을 <p> 태그 내부의 텍스트로 가져오고, 양쪽 공백을 제거합니다.
# 가수 이름이 일부 태그가 포함될 가능성을 대비하여 .split('wn')[0]으로 불필요한 내용을 제거합니다.
artist = a.text.strip().split('wn')[0]
# 순위, 곡 제목, 가수를 지정된 형식으로 출력합니다.
print('{0:3d}위. {1:s} - {2:s}'.format(i, title, artist))
---->
<Response [200]>
[<p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6274853',true);
" title="Now or Never">Now or Never</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6272222',true);
" title="HOME SWEET HOME (feat. 태양, 대성)">HOME SWEET HOME (feat. 태양, 대성)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6266734',true);
" title="Whiplash">Whiplash</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6266460',true);
" title="APT.">APT.</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6269797',true);
" title="너와의 모든 지금">너와의 모든 지금</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6268510',true);
" title="POWER">POWER</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6272275',true);
" title="number one girl">number one girl</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6265434',true);
" title="Mantra">Mantra</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6197438',true);
" title="Drowning">Drowning</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33122825',true);
" title="HAPPY">HAPPY</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6266740',true);
" title="나는 반딧불">나는 반딧불</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6265271',true);
" title="UP (KARINA Solo)">UP (KARINA Solo)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6270910',true);
" title="Letter To Myself">Letter To Myself</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6262712',true);
" title="내 이름 맑음">내 이름 맑음</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6264801',true);
" title="Igloo">Igloo</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6245033',true);
" title="Supernova">Supernova</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33370288',true);
" title="사랑을 억지로 할 수 없잖아">사랑을 억지로 할 수 없잖아</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6268450',true);
" title="DRIP">DRIP</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33122824',true);
" title="Welcome to the Show">Welcome to the Show</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6246205',true);
" title="How Sweet">How Sweet</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('3306856',true);
" title="첫 눈">첫 눈</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6249329',true);
" title="Supernatural">Supernatural</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('31650949',true);
" title="한 페이지가 될 수 있게">한 페이지가 될 수 있게</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33324182',true);
" title="내게 사랑이 뭐냐고 물어본다면">내게 사랑이 뭐냐고 물어본다면</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6239511',true);
" title="고민중독">고민중독</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6245034',true);
" title="Armageddon">Armageddon</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33144670',true);
" title="소나기">소나기</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('14776',true);
" title="All I Want for Christmas Is You">All I Want for Christmas Is You</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6233143',true);
" title="밤양갱">밤양갱</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33284304',true);
" title="녹아내려요">녹아내려요</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6184997',true);
" title="Ditto">Ditto</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33329626',true);
" title="Cherish (My Love)">Cherish (My Love)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6230392',true);
" title="나는 아픈 건 딱 질색이니까">나는 아픈 건 딱 질색이니까</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('3778011',true);
" title="Santa Tell Me">Santa Tell Me</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('30540153',true);
" title="예뻤어">예뻤어</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6256588',true);
" title="Supersonic">Supersonic</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6249297',true);
" title="Small girl (feat. 도경수(D.O.))">Small girl (feat. 도경수(D.O.))</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6274976',true);
" title="LAST NIGHT">LAST NIGHT</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6230788',true);
" title="Love wins all">Love wins all</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6234453',true);
" title="천상연">천상연</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('31708907',true);
" title="어떻게 이별까지 사랑하겠어, 널 사랑하는 거지">어떻게 이별까지 사랑하겠어, 널 사랑하는 거지</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6250570',true);
" title="Sticky">Sticky</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6225822',true);
" title="에피소드">에피소드</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6243126',true);
" title="Bubble Gum">Bubble Gum</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6243115',true);
" title="해야 (HEYA)">해야 (HEYA)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6230613',true);
" title="첫 만남은 계획대로 되지 않아">첫 만남은 계획대로 되지 않아</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6226460',true);
" title="슬픈 초대장">슬픈 초대장</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6212711',true);
" title="그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))">그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection))</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33310442',true);
" title="네모네모">네모네모</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6265038',true);
" title="청춘만화">청춘만화</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('4551006',true);
" title="Congratulations">Congratulations</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('31908735',true);
" title="Love me or Leave me">Love me or Leave me</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6170217',true);
" title="Hype Boy">Hype Boy</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6272076',true);
" title="Hero Death (Feat. 시온)">Hero Death (Feat. 시온)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6223772',true);
" title="To. X">To. X</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6170060',true);
" title="Attention">Attention</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('32422516',true);
" title="인사">인사</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6274854',true);
" title="Secret">Secret</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33133208',true);
" title="Magnetic">Magnetic</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('31501137',true);
" title="주저하는 연인들을 위해">주저하는 연인들을 위해</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('5035960',true);
" title="Snowman">Snowman</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6260897',true);
" title="MEOW">MEOW</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6242821',true);
" title="SPOT! (feat. JENNIE)">SPOT! (feat. JENNIE)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6208880',true);
" title="ETA">ETA</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('30994623',true);
" title="모든 날, 모든 순간 (Every day, Every Moment)">모든 날, 모든 순간 (Every day, Every Moment)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6195812',true);
" title="I AM">I AM</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('3387407',true);
" title="너의 모든 순간">너의 모든 순간</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33037501',true);
" title="비의 랩소디">비의 랩소디</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6131070',true);
" title="사랑은 늘 도망가">사랑은 늘 도망가</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6274855',true);
" title="Horizon">Horizon</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6244409',true);
" title="Girls Never Die">Girls Never Die</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33269131',true);
" title="별별별 (See that?)">별별별 (See that?)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6206291',true);
" title="Super Shy">Super Shy</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('30680805',true);
" title="무제(無題) (Untitled, 2014)">무제(無題) (Untitled, 2014)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6252063',true);
" title="클락션 (Klaxon)">클락션 (Klaxon)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6173357',true);
" title="숲">숲</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('116131843',true);
" title="Die With A Smile">Die With A Smile</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33284310',true);
" title="아직 거기 살아">아직 거기 살아</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('116903155',true);
" title="Gravity">Gravity</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6249566',true);
" title="내가 S면 넌 나의 N이 되어줘">내가 S면 넌 나의 N이 되어줘</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6147666',true);
" title="사랑인가 봐">사랑인가 봐</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('103259794',true);
" title="Steal The Show (From “엘리멘탈”)">Steal The Show (From “엘리멘탈”)</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6221970',true);
" title="Drama">Drama</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6271898',true);
" title="그걸 사랑이라고 말하지마">그걸 사랑이라고 말하지마</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6196923',true);
" title="헤어지자 말해요">헤어지자 말해요</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('116903106',true);
" title="SOS">SOS</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6245041',true);
" title="Live My Life">Live My Life</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6173112',true);
" title="After LIKE">After LIKE</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33284305',true);
" title="그녀가 웃었다">그녀가 웃었다</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6248695',true);
" title="Boom Boom Bass">Boom Boom Bass</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6238532',true);
" title="미안해 미워해 사랑해">미안해 미워해 사랑해</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('33373951',true);
" title="그녀가 웃잖아">그녀가 웃잖아</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6155092',true);
" title="사건의 지평선">사건의 지평선</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('5725903',true);
" title="Cruel Summer">Cruel Summer</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6239745',true);
" title="청혼하지 않을 이유를 못 찾았어">청혼하지 않을 이유를 못 찾았어</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('32845387',true);
" title="Spicy">Spicy</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6270526',true);
" title="나였으면">나였으면</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6155955',true);
" title="LOVE DIVE">LOVE DIVE</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('4669063',true);
" title="Dangerously">Dangerously</a>
</p>, <p adult_yn="N" class="title">
<a adultcheckval="1" aria-label="새창" href="javascript:;" onclick="bugs.wiselog.area('list_tr_09_chart');bugs.music.listen('6270915',true);
" title="Disaster">Disaster</a>
</p>]
[<p class="artist">
<a href="https://music.bugs.co.kr/artist/20105867?wl_ref=list_tr_10_chart" onclick="
" title="CRAVITY">CRAVITY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/7570?wl_ref=list_tr_10_chart" onclick="
" title="G-DRAGON">G-DRAGON</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<!-- a tag title -->
<a class="artistTitle" href="https://music.bugs.co.kr/artist/80265679?wl_ref=list_tr_10_chart" title="로제(ROSÉ)">로제(ROSÉ)</a>
<!-- a tag link -->
<a class="more" href="javascript:void(0);" name="atag_martist_list" onclick="bugs.layermenu.openMultiArtistSearchResultPopLayer(this, '로제||로제(ROSÉ)||80265679||OK\\nBruno Mars||Bruno Mars(브루노 마스)||80072173||OK', ''); return false;" title="아티스트 전체보기" wise_log_str="?wl_ref=list_tr_10_chart">
로제(ROSÉ)
</a> </p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/13964106?wl_ref=list_tr_10_chart" onclick="
" title="재쓰비 (JAESSBEE)">재쓰비 (JAESSBEE)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/7570?wl_ref=list_tr_10_chart" onclick="
" title="G-DRAGON">G-DRAGON</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80265679?wl_ref=list_tr_10_chart" onclick="
" title="로제(ROSÉ)">로제(ROSÉ)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80265678?wl_ref=list_tr_10_chart" onclick="
" title="제니 (JENNIE)">제니 (JENNIE)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80301736?wl_ref=list_tr_10_chart" onclick="
" title="WOODZ">WOODZ</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80145846?wl_ref=list_tr_10_chart" onclick="
" title="황가람">황가람</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80026437?wl_ref=list_tr_10_chart" onclick="
" title="태연 (TAEYEON)">태연 (TAEYEON)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/13456593?wl_ref=list_tr_10_chart" onclick="
" title="QWER">QWER</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20188383?wl_ref=list_tr_10_chart" onclick="
" title="KISS OF LIFE">KISS OF LIFE</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80020677?wl_ref=list_tr_10_chart" onclick="
" title="황치열">황치열</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20200163?wl_ref=list_tr_10_chart" onclick="
" title="BABYMONSTER">BABYMONSTER</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80155940?wl_ref=list_tr_10_chart" onclick="
" title="EXO">EXO</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80137715?wl_ref=list_tr_10_chart" onclick="
" title="로이킴">로이킴</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/13456593?wl_ref=list_tr_10_chart" onclick="
" title="QWER">QWER</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20209337?wl_ref=list_tr_10_chart" onclick="
" title="이클립스 (ECLIPSE)">이클립스 (ECLIPSE)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/1079?wl_ref=list_tr_10_chart" onclick="
" title="Mariah Carey(머라이어 캐리)">Mariah Carey(머라이어 캐리)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20070472?wl_ref=list_tr_10_chart" onclick="
" title="비비(BIBI)">비비(BIBI)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80392511?wl_ref=list_tr_10_chart" onclick="
" title="아일릿(ILLIT)">아일릿(ILLIT)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20056456?wl_ref=list_tr_10_chart" onclick="
" title="(여자)아이들">(여자)아이들</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80117591?wl_ref=list_tr_10_chart" onclick="
" title="Ariana Grande(아리아나 그란데)">Ariana Grande(아리아나 그란데)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20047596?wl_ref=list_tr_10_chart" onclick="
" title="프로미스나인">프로미스나인</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20079471?wl_ref=list_tr_10_chart" onclick="
" title="이영지">이영지</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80343530?wl_ref=list_tr_10_chart" onclick="
" title="TREASURE(트레저)">TREASURE(트레저)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80049126?wl_ref=list_tr_10_chart" onclick="
" title="아이유(IU)">아이유(IU)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80123432?wl_ref=list_tr_10_chart" onclick="
" title="이창섭">이창섭</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80141499?wl_ref=list_tr_10_chart" onclick="
" title="AKMU(악뮤)">AKMU(악뮤)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20188383?wl_ref=list_tr_10_chart" onclick="
" title="KISS OF LIFE">KISS OF LIFE</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20056684?wl_ref=list_tr_10_chart" onclick="
" title="이무진">이무진</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20148657?wl_ref=list_tr_10_chart" onclick="
" title="IVE (아이브)">IVE (아이브)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/13556684?wl_ref=list_tr_10_chart" onclick="
" title="TWS (투어스)">TWS (투어스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20055620?wl_ref=list_tr_10_chart" onclick="
" title="순순희 (지환)">순순희 (지환)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20063172?wl_ref=list_tr_10_chart" onclick="
" title="너드커넥션(Nerd Connection)">너드커넥션(Nerd Connection)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80321900?wl_ref=list_tr_10_chart" onclick="
" title="YENA (최예나)">YENA (최예나)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20056684?wl_ref=list_tr_10_chart" onclick="
" title="이무진">이무진</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20090461?wl_ref=list_tr_10_chart" onclick="
" title="BIG Naughty (서동현)">BIG Naughty (서동현)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80026437?wl_ref=list_tr_10_chart" onclick="
" title="태연 (TAEYEON)">태연 (TAEYEON)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20058357?wl_ref=list_tr_10_chart" onclick="
" title="범진">범진</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20105867?wl_ref=list_tr_10_chart" onclick="
" title="CRAVITY">CRAVITY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80392511?wl_ref=list_tr_10_chart" onclick="
" title="아일릿(ILLIT)">아일릿(ILLIT)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80188909?wl_ref=list_tr_10_chart" onclick="
" title="잔나비">잔나비</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80010088?wl_ref=list_tr_10_chart" onclick="
" title="Sia(시아)">Sia(시아)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80398939?wl_ref=list_tr_10_chart" onclick="
" title="MEOVV (미야오)">MEOVV (미야오)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80069449?wl_ref=list_tr_10_chart" onclick="
" title="지코 (ZICO)">지코 (ZICO)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80178689?wl_ref=list_tr_10_chart" onclick="
" title="폴킴(Paul Kim)">폴킴(Paul Kim)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20148657?wl_ref=list_tr_10_chart" onclick="
" title="IVE (아이브)">IVE (아이브)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/2946?wl_ref=list_tr_10_chart" onclick="
" title="성시경">성시경</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20031632?wl_ref=list_tr_10_chart" onclick="
" title="임재현">임재현</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80265501?wl_ref=list_tr_10_chart" onclick="
" title="임영웅">임영웅</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20105867?wl_ref=list_tr_10_chart" onclick="
" title="CRAVITY">CRAVITY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20171256?wl_ref=list_tr_10_chart" onclick="
" title="tripleS (트리플에스)">tripleS (트리플에스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80365655?wl_ref=list_tr_10_chart" onclick="
" title="NMIXX">NMIXX</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20164333?wl_ref=list_tr_10_chart" onclick="
" title="NewJeans">NewJeans</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/7570?wl_ref=list_tr_10_chart" onclick="
" title="G-DRAGON">G-DRAGON</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20056456?wl_ref=list_tr_10_chart" onclick="
" title="(여자)아이들">(여자)아이들</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20084746?wl_ref=list_tr_10_chart" onclick="
" title="최유리">최유리</a>
</p>, <p class="artist">
<!-- a tag title -->
<a class="artistTitle" href="https://music.bugs.co.kr/artist/80046429?wl_ref=list_tr_10_chart" title="Lady GaGa(레이디 가가)">Lady GaGa(레이디 가가)</a>
<!-- a tag link -->
<a class="more" href="javascript:void(0);" name="atag_martist_list" onclick="bugs.layermenu.openMultiArtistSearchResultPopLayer(this, 'Lady GaGa||Lady GaGa(레이디 가가)||80046429||OK\\nBruno Mars||Bruno Mars(브루노 마스)||80072173||OK', ''); return false;" title="아티스트 전체보기" wise_log_str="?wl_ref=list_tr_10_chart">
Lady GaGa(레이디 가가)
</a> </p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80376162?wl_ref=list_tr_10_chart" onclick="
" title="FIFTY FIFTY">FIFTY FIFTY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/13556684?wl_ref=list_tr_10_chart" onclick="
" title="TWS (투어스)">TWS (투어스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80223033?wl_ref=list_tr_10_chart" onclick="
" title="멜로망스(MeloMance)">멜로망스(MeloMance)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80286124?wl_ref=list_tr_10_chart" onclick="
" title="Lauv(라우브)">Lauv(라우브)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80041466?wl_ref=list_tr_10_chart" onclick="
" title="다비치">다비치</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80169222?wl_ref=list_tr_10_chart" onclick="
" title="박재정">박재정</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80376162?wl_ref=list_tr_10_chart" onclick="
" title="FIFTY FIFTY">FIFTY FIFTY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20148657?wl_ref=list_tr_10_chart" onclick="
" title="IVE (아이브)">IVE (아이브)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80245739?wl_ref=list_tr_10_chart" onclick="
" title="DAY6 (데이식스)">DAY6 (데이식스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80384286?wl_ref=list_tr_10_chart" onclick="
" title="RIIZE">RIIZE</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80142603?wl_ref=list_tr_10_chart" onclick="
" title="Crush">Crush</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80332208?wl_ref=list_tr_10_chart" onclick="
" title="LUCY">LUCY</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80010025?wl_ref=list_tr_10_chart" onclick="
" title="윤하(Younha/ユンナ)">윤하(Younha/ユンナ)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80039092?wl_ref=list_tr_10_chart" onclick="
" title="Taylor Swift(테일러 스위프트)">Taylor Swift(테일러 스위프트)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20056684?wl_ref=list_tr_10_chart" onclick="
" title="이무진">이무진</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80347326?wl_ref=list_tr_10_chart" onclick="
" title="aespa">aespa</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20073083?wl_ref=list_tr_10_chart" onclick="
" title="HYNN(박혜원)">HYNN(박혜원)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/20148657?wl_ref=list_tr_10_chart" onclick="
" title="IVE (아이브)">IVE (아이브)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80221620?wl_ref=list_tr_10_chart" onclick="
" title="Charlie Puth(찰리 푸스)">Charlie Puth(찰리 푸스)</a>
</p>, <p class="artist">
<a href="https://music.bugs.co.kr/artist/80026437?wl_ref=list_tr_10_chart" onclick="
" title="태연 (TAEYEON)">태연 (TAEYEON)</a>
</p>]
예제 3)
# enumerate()와 zip()을 사용하여 곡 제목(titles)과 가수(artists)를 동시에 순회합니다.
# enumerate(zip(titles, artists), 1):
# - zip(titles, artists): titles와 artists 리스트를 묶어 (제목, 가수) 쌍을 생성합니다.
# - enumerate(..., 1): 각 (제목, 가수) 쌍에 1부터 시작하는 순위를 추가합니다.
for i, (t, a) in enumerate(zip(titles, artists), 1):
# 현재 제목(t)의 텍스트 내용을 가져오고, 양쪽 공백을 제거합니다.
# t는 <p class="title"> 태그이고, t.text는 태그 내부의 텍스트입니다.
title = t.text.strip()
# 현재 가수(a)의 텍스트 내용을 가져오고, 양쪽 공백을 제거합니다.
# a는 <p class="artist"> 태그이고, a.text는 태그 내부의 텍스트입니다.
# .split('wn')[0]은 불필요한 텍스트나 태그를 제거하기 위한 코드입니다.
artist = a.text.strip().split('wn')[0]
# 형식을 지정하여 순위, 제목, 가수 정보를 출력합니다.
# {0:3d}: 3칸의 자리수를 확보한 정수(i)를 출력합니다.
# {1:s}: 제목 문자열(title)을 출력합니다.
# {2:s}: 가수 문자열(artist)을 출력합니다.
print('{0:3d}위. {1:s} - {2:s}'.format(i, title, artist))
---->
1위. Now or Never - CRAVITY
2위. HOME SWEET HOME (feat. 태양, 대성) - G-DRAGON
3위. Whiplash - aespa
4위. APT. - 로제(ROSÉ)
로제(ROSÉ)
5위. 너와의 모든 지금 - 재쓰비 (JAESSBEE)
6위. POWER - G-DRAGON
7위. number one girl - 로제(ROSÉ)
8위. Mantra - 제니 (JENNIE)
9위. Drowning - WOODZ
10위. HAPPY - DAY6 (데이식스)
11위. 나는 반딧불 - 황가람
12위. UP (KARINA Solo) - aespa
13위. Letter To Myself - 태연 (TAEYEON)
14위. 내 이름 맑음 - QWER
15위. Igloo - KISS OF LIFE
16위. Supernova - aespa
17위. 사랑을 억지로 할 수 없잖아 - 황치열
18위. DRIP - BABYMONSTER
19위. Welcome to the Show - DAY6 (데이식스)
20위. How Sweet - NewJeans
21위. 첫 눈 - EXO
22위. Supernatural - NewJeans
23위. 한 페이지가 될 수 있게 - DAY6 (데이식스)
24위. 내게 사랑이 뭐냐고 물어본다면 - 로이킴
25위. 고민중독 - QWER
26위. Armageddon - aespa
27위. 소나기 - 이클립스 (ECLIPSE)
28위. All I Want for Christmas Is You - Mariah Carey(머라이어 캐리)
29위. 밤양갱 - 비비(BIBI)
30위. 녹아내려요 - DAY6 (데이식스)
31위. Ditto - NewJeans
32위. Cherish (My Love) - 아일릿(ILLIT)
33위. 나는 아픈 건 딱 질색이니까 - (여자)아이들
34위. Santa Tell Me - Ariana Grande(아리아나 그란데)
35위. 예뻤어 - DAY6 (데이식스)
36위. Supersonic - 프로미스나인
37위. Small girl (feat. 도경수(D.O.)) - 이영지
38위. LAST NIGHT - TREASURE(트레저)
39위. Love wins all - 아이유(IU)
40위. 천상연 - 이창섭
41위. 어떻게 이별까지 사랑하겠어, 널 사랑하는 거지 - AKMU(악뮤)
42위. Sticky - KISS OF LIFE
43위. 에피소드 - 이무진
44위. Bubble Gum - NewJeans
45위. 해야 (HEYA) - IVE (아이브)
46위. 첫 만남은 계획대로 되지 않아 - TWS (투어스)
47위. 슬픈 초대장 - 순순희 (지환)
48위. 그대만 있다면 (여름날 우리 X 너드커넥션 (Nerd Connection)) - 너드커넥션(Nerd Connection)
49위. 네모네모 - YENA (최예나)
50위. 청춘만화 - 이무진
51위. Congratulations - DAY6 (데이식스)
52위. Love me or Leave me - DAY6 (데이식스)
53위. Hype Boy - NewJeans
54위. Hero Death (Feat. 시온) - BIG Naughty (서동현)
55위. To. X - 태연 (TAEYEON)
56위. Attention - NewJeans
57위. 인사 - 범진
58위. Secret - CRAVITY
59위. Magnetic - 아일릿(ILLIT)
60위. 주저하는 연인들을 위해 - 잔나비
61위. Snowman - Sia(시아)
62위. MEOW - MEOVV (미야오)
63위. SPOT! (feat. JENNIE) - 지코 (ZICO)
64위. ETA - NewJeans
65위. 모든 날, 모든 순간 (Every day, Every Moment) - 폴킴(Paul Kim)
66위. I AM - IVE (아이브)
67위. 너의 모든 순간 - 성시경
68위. 비의 랩소디 - 임재현
69위. 사랑은 늘 도망가 - 임영웅
70위. Horizon - CRAVITY
71위. Girls Never Die - tripleS (트리플에스)
72위. 별별별 (See that?) - NMIXX
73위. Super Shy - NewJeans
74위. 무제(無題) (Untitled, 2014) - G-DRAGON
75위. 클락션 (Klaxon) - (여자)아이들
76위. 숲 - 최유리
77위. Die With A Smile - Lady GaGa(레이디 가가)
Lady GaGa(레이디 가가)
78위. 아직 거기 살아 - DAY6 (데이식스)
79위. Gravity - FIFTY FIFTY
80위. 내가 S면 넌 나의 N이 되어줘 - TWS (투어스)
81위. 사랑인가 봐 - 멜로망스(MeloMance)
82위. Steal The Show (From “엘리멘탈”) - Lauv(라우브)
83위. Drama - aespa
84위. 그걸 사랑이라고 말하지마 - 다비치
85위. 헤어지자 말해요 - 박재정
86위. SOS - FIFTY FIFTY
87위. Live My Life - aespa
88위. After LIKE - IVE (아이브)
89위. 그녀가 웃었다 - DAY6 (데이식스)
90위. Boom Boom Bass - RIIZE
91위. 미안해 미워해 사랑해 - Crush
92위. 그녀가 웃잖아 - LUCY
93위. 사건의 지평선 - 윤하(Younha/ユンナ)
94위. Cruel Summer - Taylor Swift(테일러 스위프트)
95위. 청혼하지 않을 이유를 못 찾았어 - 이무진
96위. Spicy - aespa
97위. 나였으면 - HYNN(박혜원)
98위. LOVE DIVE - IVE (아이브)
99위. Dangerously - Charlie Puth(찰리 푸스)
100위. Disaster - 태연 (TAEYEON)
5. 멜론 차트
* 1위~ 100위까지의 곡명, 가수 크롤링
* 출력 예) 1위. HOME SWEET HOME (feat. 태양, 대성) -G-DRAGON
* [주소] https://music.bugs.co.kr/chart
예제 1)
# Melon 차트 웹페이지에 HTTP GET 요청을 보냅니다.
# 요청 결과는 HTTP 응답 객체로 반환됩니다.
request = requests.get('https://www.melon.com/chart/index.html')
# HTTP 요청 결과(응답 객체)를 출력합니다.
# 요청이 성공했다면 <Response [200]>과 같은 출력이 나타납니다.
# 상태 코드가 200이면 요청 성공, 404는 페이지를 찾을 수 없음, 500은 서버 오류를 의미합니다.
print(request)
# BeautifulSoup을 사용하여 가져온 HTML 응답(request.text)을 파싱합니다.
# HTML 문서를 구조화된 형태로 분석할 수 있도록 준비합니다.
# 이 객체를 통해 HTML 태그를 탐색하고 데이터를 추출할 수 있습니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
예제 2)
# HTTP 요청에 사용될 User-Agent 헤더를 정의합니다.
# User-Agent는 클라이언트(브라우저나 애플리케이션)의 정보를 서버에 전달하는 헤더입니다.
# 웹 서버는 User-Agent 정보를 사용하여 요청을 처리하거나, 특정 클라이언트를 차단할 수 있습니다.
header = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'}
# Melon 차트 웹페이지에 HTTP GET 요청을 보냅니다.
# headers 인자로 User-Agent 헤더를 포함하여 요청합니다.
# 이 과정은 브라우저에서 요청하는 것처럼 보이게 하여 차단을 방지할 수 있습니다.
request = requests.get('https://www.melon.com/chart/index.html', headers=header)
# HTTP 요청 결과(응답 객체)를 출력합니다.
# 요청이 성공했다면 <Response [200]>과 같은 출력이 나타납니다.
# 상태 코드:
# - 200: 요청 성공
# - 404: 페이지를 찾을 수 없음
# - 403: 서버에서 접근 차단
# - 500: 서버 내부 오류
print(request)
# BeautifulSoup을 사용하여 가져온 HTML 응답(request.text)을 파싱합니다.
# HTML 문서를 구조화된 형태로 분석할 수 있도록 준비합니다.
# 이를 통해 특정 태그나 데이터를 추출할 수 있습니다.
soup = BeautifulSoup(request.text, 'html.parser') # 'html.parser'는 HTML 파서를 지정합니다.
--->
<Response [404]>
'LLM(Large Language Model)의 기초 > LLM 서비스 기초' 카테고리의 다른 글
6. FAST API (8) | 2024.12.13 |
---|---|
2. Gradio (3) | 2024.12.11 |
5. 프롬프트 엔지니어링 (8) | 2024.12.11 |
3. 몽고 DB 와 파이썬 (6) | 2024.12.10 |
5-2. 프롬프트 엔지니어링 (12) | 2024.12.10 |