57200da482
Add in README.md the fact that as documented in #30, this algorithm is only known to be working fin on Linux
Benjamin Loison2023-01-21 22:20:45 +01:00
46ef8146f8
Add in README.md the fact that as documented in #30, this algorithm is only known to be working fin on Linux
Benjamin Loison2023-01-21 22:20:45 +01:00
a0880c79bb#11: Update channel CHANNELS tab treatment following YouTube-operational-API/issues/121 closure
Benjamin Loison2023-01-21 02:24:42 +01:00
4133faad41
#11: Update channel CHANNELS tab treatment following YouTube-operational-API/issues/121 closure
Benjamin Loison2023-01-21 02:24:42 +01:00
10c5c1d605#11: Add the treatment of channels' tab, but only postpone unlisted videos treatment
Benjamin Loison2023-01-15 14:56:44 +01:00
fced9e0a3a
#11: Add the treatment of channels' tab, but only postpone unlisted videos treatment
Benjamin Loison2023-01-15 14:56:44 +01:00
51a70f6e54#7: Make commentsCount and requestsPerChannel compatible with multithreading
Benjamin Loison2023-01-15 14:31:55 +01:00
f114aac0cf
#7: Make commentsCount and requestsPerChannel compatible with multithreading
Benjamin Loison2023-01-15 14:31:55 +01:00
d1b84335d1#11: Add --youtube-operational-api-instance-url parameter and use exit(EXIT_{SUCCESS, FAILURE}) instead of exit({0, 1})Benjamin Loison2023-01-15 00:49:32 +01:00
270c48da02
#11: Add --youtube-operational-api-instance-url parameter and use exit(EXIT_{SUCCESS, FAILURE}) instead of exit({0, 1})Benjamin Loison2023-01-15 00:49:32 +01:00
6ce29051c0Fix#26: Keep efficient search algorithm while keeping order (notably of the starting set)
Benjamin Loison2023-01-14 15:14:24 +01:00
f6c11b54f3
Fix#26: Keep efficient search algorithm while keeping order (notably of the starting set)
Benjamin Loison2023-01-14 15:14:24 +01:00
27cd5c3a64
Fix#24: Stop using macros for user inputs to notably make releases
Benjamin Loison2023-01-08 18:26:20 +01:00
d498c86058Fix#6: Add support for multiple keys to be resilient against exceeded quota errors
Benjamin Loison2023-01-08 17:59:08 +01:00
eb805f5ced
Fix#6: Add support for multiple keys to be resilient against exceeded quota errors
Benjamin Loison2023-01-08 17:59:08 +01:00
1ee767abbcFix#23: YouTube Data API v3 PlaylistItems: list endpoint returns playlistNotFound error for regular uploads ones
Benjamin Loison2023-01-08 16:31:57 +01:00
d6f6b26361
Fix#23: YouTube Data API v3 PlaylistItems: list endpoint returns playlistNotFound error for regular uploads ones
Benjamin Loison2023-01-08 16:31:57 +01:00
7e35a6473aFix#20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch
Benjamin Loison2023-01-08 15:43:27 +01:00
b3779fe49a
Fix#20: YouTube Data API v3 returns rarely suddenly commentsDisabled error which involves an unwanted method switch
Benjamin Loison2023-01-08 15:43:27 +01:00
ba37d6a111
Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
Benjamin Loison2023-01-07 15:45:31 +01:00
3ae0f4e924
Make all Python scripts executable and add findAlreadyTreatedCommentsCount.py to find how many comments were already treated
Benjamin Loison2023-01-07 15:45:31 +01:00
5a7e5b6f78
Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
Benjamin Loison2023-01-07 15:35:12 +01:00
3758405f52
Add a note about the timing percentage of findLatestTreatedCommentsForChannelsBeingTreated.py going backward
Benjamin Loison2023-01-07 15:35:12 +01:00
e3cab4c204Fix#9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
Benjamin Loison2023-01-06 20:55:32 +01:00
71e4bd95a9
Fix#9: Make sure that in case of error returned by the YouTube Data API v3 the algorithm treats it correctly
Benjamin Loison2023-01-06 20:55:32 +01:00
156a621413Fix#15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
Benjamin Loison2023-01-06 18:06:00 +01:00
34bbc216f6
Fix#15: Provide an algorithm to retrieve the list of 100 French channels with most subscribers (and provide it too)
Benjamin Loison2023-01-06 18:06:00 +01:00
fdfec17817#7: Remove remaining undefined behavior due to missing mutex use
Benjamin Loison2023-01-06 18:00:51 +01:00
baec8fcb6c
#7: Remove remaining undefined behavior due to missing mutex use
Benjamin Loison2023-01-06 18:00:51 +01:00
3ef5fa0707Fix#17: Add to stdout live statistics of the number of comments treated per second
Benjamin Loison2023-01-06 17:55:16 +01:00
773f86c551
Fix#17: Add to stdout live statistics of the number of comments treated per second
Benjamin Loison2023-01-06 17:55:16 +01:00
0259dfb3fbFix#16: Provide an algorithm to determine the progress of retrieving comments for huge YouTube channels
Benjamin Loison2023-01-06 17:51:00 +01:00
f436007836
Fix#16: Provide an algorithm to determine the progress of retrieving comments for huge YouTube channels
Benjamin Loison2023-01-06 17:51:00 +01:00
5d13bd3c44
Modify removeChannelsBeingTreated.py to be more resilient against not existing files in the treatment process
Benjamin Loison2023-01-04 03:10:28 +01:00
dab4c8ff69
Modify removeChannelsBeingTreated.py to be more resilient against not existing files in the treatment process
Benjamin Loison2023-01-04 03:10:28 +01:00
6af8a168d7
Update README.md to remove the question about whether or not both methods return the same comments, as it's the case
Benjamin Loison2022-12-22 03:18:25 +01:00
53acda6abe
Update README.md to remove the question about whether or not both methods return the same comments, as it's the case
Benjamin Loison2022-12-22 03:18:25 +01:00
54eb948a7e
Update README.md to clean notes concerning optimized approaches
Benjamin Loison2022-12-22 02:02:48 +01:00