a1b225759e Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
5b5f910574 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
2462c9e145 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
68497d5961 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
a64d0717b6 #7: Remove remaining undefined behavior due to missing mutex use
Compare 8 commits »
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#21 2023-01-07 16:23:40 +01:00
Delete WIP channels/ archives
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#20 2023-01-07 16:15:38 +01:00
YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch

It doesn't seem that the transient error is the problem in fact, as I found out that a commentsDisabled error happened.

So this error during the process might have switch from…

Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#20 2023-01-07 15:52:47 +01:00
On YouTube Data API v3 transient error, it seems that there is a rollback
3c222f82c1 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
6dcae274d0 Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
89af90a185 Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#9 2023-01-06 20:55:58 +01:00
Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
38f7676d49 Fix #9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#19 2023-01-06 18:54:13 +01:00
Improve documentation and code comments
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#1 2023-01-06 18:42:53 +01:00
Add a license

Codeberg seems a legitimate mirror for this project. Here is the Codeberg mirror of this repository. However issues and wiki…

Benjamin_Loison opened issue Benjamin_Loison/YouTube_captions_search_engine#18 2023-01-06 18:40:42 +01:00
Test issue mirror
cb0b6538f4 Test 1
931697f304 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#15 2023-01-06 18:05:17 +01:00
Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
d76a0f3c20 Fix #15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
e2e8776d97 #7: Remove remaining undefined behavior due to missing mutex use
Benjamin_Loison commented on issue Benjamin_Loison/YouTube_captions_search_engine#7 2023-01-06 17:59:48 +01:00
Add multi-threading

Make an algorithm to delete channel folders that were being treated.

Close this issue as commit [5d13bd3c4400cc52ee60cf0bbf7b3759088d691e](https://gitea.lemnoslife.com/Benjamin_Loison/YouTub…

Benjamin_Loison closed issue Benjamin_Loison/YouTube_captions_search_engine#7 2023-01-06 17:59:48 +01:00
Add multi-threading