Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#40 2023-02-14 16:39:08 +01:00
Publish nginx configuration
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#41 2023-02-14 16:34:50 +01:00
It seems that the website interleaves user request responses
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#40 2023-02-14 13:40:07 +01:00
Publish nginx configuration
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 02:56:13 +01:00
Make a website with a search engine notably based on the captions extracted
a7f6e1cd85 Fix #31: List all occurrences of search within video captions
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 02:01:44 +01:00
Make a website with a search engine notably based on the captions extracted

We could list all occurrences within a video.

Benjamin_Loison reopened issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 02:01:44 +01:00
Make a website with a search engine notably based on the captions extracted
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 02:00:26 +01:00
Make a website with a search engine notably based on the captions extracted
21ad878be8 Fix #31: Make a website with a search engine notably based on the captions extracted
57572c6d6c #31: Make search within captions not limited by line wrapping
cc6e70d144 Make search within captions not limited by line wrapping
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#31 2023-02-14 01:29:21 +01:00
Make a website with a search engine notably based on the captions extracted

Could add later on a link directly to the YouTube video timestamp.

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