Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#14 2023-02-10 17:13:53 +01:00
Current code is retrieving a maximum number of channels, not videos

Once #13 will be treated, only treating unlisted videos will be missing.

Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#5 2023-02-10 17:09:28 +01:00
Use YouTube Data API v3 to detect which captions need to be downloaded to reduce the workload of yt-dlp
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#27 2023-02-10 17:01:07 +01:00
Try to find a logic to YouTube search concerning captions

Even when considering the line by line aspect (see below) that should be considered in the search engine that we will propose, YouTube search engine doesn't make sense by still not proposing…

Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#36 2023-02-10 12:14:13 +01:00
Does the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic?
7fcc8b09fa Fix #36: Make the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#36 2023-02-10 12:09:00 +01:00
Does the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic?

At least for CHANNELS tab processing it is crashing in a way that causes a gdb crash on Termux while it seems up-to-date.

Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#36 2023-02-10 08:45:32 +01:00
Does the program stops by crashing on YouTube operational API instance being detected as sending unusual traffic?
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#35 2023-02-10 08:44:47 +01:00
Prepare the presentation
87d67e4e85 Correct the termination of COMMUNITY tab process due to missing page tokens
8f9b1275be Remove the Content-Type: application/json HTTP header when retrieving urls.txt inside a .zip
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#11 2023-02-09 02:04:16 +01:00
Current algorithm doesn't check all channel tabs

[Just writing the id of a channel having unlisted videos](

main.cpp Line 4 in afd9e1b0b6
#include <set>

afd9e1b0b6 Add a verification that snippet/authorChannelId/value isn't null when using commentThreads for COMMUNITY
5a1df71bb9 Append to channels.txt all channels mentioned in the Wiki
622188d6d9 Add in urls.txt if the URL is related to YouTube Data API v3 or YouTube operational API
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#1 2023-02-07 23:17:14 +01:00
Add a license

Close, as remaining items are contained in #33.

Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#1 2023-02-07 23:17:14 +01:00
Add a license
0c51bd05bc Fix #34: Correct JSON files by putting first line in another metadata file
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#34 2023-02-07 23:07:11 +01:00
Correct JSON files by putting first line in another metadata file
41e0167697 Fix #34: Correct JSON files by putting first line in another metadata file