Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#38 2023-02-14 01:08:08 +01:00
Add a loading message with progress on end-user interface
e0faf053a1 Fix #38: Add a loading message with progress on end-user interface
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 01:07:27 +01:00
Make a website with a search engine notably based on the captions extracted

Working at PHP level wasn't making much sense:

$searchOnlyCaptions = str_starts_with($msg, 'search-only-captions ');
$msg = substr($msg, strpos($msg, ' ') + 1);
77bafdd592 #31: Add a first search only captions support
bbee43f975 Add a first search only captions support
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#39 2023-02-13 22:54:26 +01:00
Get The verification that we don't skip any message failed! on L7C7w8y1sMw
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#38 2023-02-13 14:50:18 +01:00
Add a loading message with progress on end-user interface
fa7da64879 Add .gitignore to ignore {keys, channels}.txt
9e650cf72a Make the COMMUNITY tab process not infinitely loop
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-13 06:02:31 +01:00
Make a website with a search engine notably based on the captions extracted

Should add vtt parsing to not be limited to line wrapping.

Should also update findLatestTreatedCommentsForChannelsBeingTreated.py with all features to better evaluate algorithm progress.

dc63de82f5 Add link to channels/ to index.php
dfdfbe3272 Modify website to support new sub-folders architecture
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#37 2023-02-12 16:31:34 +01:00
Use a number of channels seen (possibly repeated) instead of YouTube Data API v3 Comment(Thread): resource
a51e3b1a9a Fix #37: Use a number of channels seen (possibly repeated) instead of YouTube Data API v3 Comment(Thread): resource
b572d078dd Add logging to exec and make it crashless, requests and captions folders support for compressing, clean captions support for videos being livestreams and videos starting with -
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#37 2023-02-12 16:10:03 +01:00
Should use a number of channels seen (possibly repeated) instead of YouTube Data API v3 Comment(Thread): resource
8df226e2bc Move YouTube API requests logging to requests/ channel sub-folder
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#13 2023-02-10 20:05:25 +01:00
Add captions extraction
3c4664a4b1 Fix #13: Add captions extraction
765064a165 #13: Add captions extraction