Skip to content

Commit 5782b06

Browse files
committed
broken bar ¦
1 parent 581dcf7 commit 5782b06

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

geckodriver.log

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,3 +3220,15 @@ DevTools listening on ws://127.0.0.1:50359/devtools/browser/599b7d2e-123d-421d-8
32203220
1675404812223 Marionette INFO Stopped listening on port 50568
32213221
Dynamically enable window occlusion 1
32223222
JavaScript error: https://www.youtube.com/results?search_query=berita%20terbaru&themeRefresh=1, line 12: TypeError: can't access dead object
3223+
1675406202878 geckodriver INFO Listening on 127.0.0.1:51603
3224+
1675406205911 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--headless" "--window-size=1920,1080" "--d ... 4" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\dhohi\\AppData\\Local\\Temp\\rust_mozprofilenje9Nv"
3225+
*** You are running in headless mode.
3226+
1675406206556 Marionette INFO Marionette enabled
3227+
Dynamically enable window occlusion 0
3228+
1675406206565 Marionette INFO Listening on port 51611
3229+
Read port: 51611
3230+
WebDriver BiDi listening on ws://127.0.0.1:51604
3231+
1675406206810 RemoteAgent WARN TLS certificate errors will be ignored for this session
3232+
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
3233+
console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\dhohi\\AppData\\Local\\Temp\\rust_mozprofilenje9Nv\\search.json.mozlz4", (void 0)))
3234+
DevTools listening on ws://127.0.0.1:51604/devtools/browser/05d9e3ea-d872-4db7-b496-64e00ebd66fb

yt_scraper_sroll/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ def handler(request, jsonify):
123123

124124
if i < len(video_links) - 1:
125125
f.write(
126-
f"{video_link}‽‽{v_title}‽‽{v_views}‽‽{v_published_times}\n")
126+
f"{video_link}¦¦{v_title}¦¦{v_views}¦¦{v_published_times}\n")
127127
else:
128128
f.write(
129-
f"{video_link}‽‽{v_title}‽‽{v_views}‽‽{v_published_times}")
129+
f"{video_link}¦¦{v_title}¦¦{v_views}¦¦{v_published_times}")
130130

131131
time.sleep(2)
132132
document_height_after = driver.execute_script(

0 commit comments

Comments
 (0)