File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class re:
227227 container = find ( engine .DOTALL , r'class=\"container(.*)' ) # Get the page container
228228 document = find ( engine .DOTALL , r'.*' ) # Match a whole document
229229 get_playlist_unavailable = find ( engine .DOTALL , r': (\d+)</h5' ) # Get playlist unavailable videos amount
230- get_playlist_size = find ( engine .DOTALL , r'var itemsCount = (.*?) ||' ) # Get playlist video amount
230+ get_playlist_size = find ( engine .DOTALL , r'var itemsCount = (.*?) ||' ) # Get playlist video amount
231231 get_playlist_likes = find ( engine .DOTALL , r'<span class="votesUp">(.*?)</span>' ) # Get playlist likes
232232 get_playlist_dislikes = find ( engine .DOTALL , r'<span class="votesDown">(.*?)</span>' ) # Get playlist dislikes
233233 get_playlist_ratings = find ( engine .DOTALL , r'<span class="percent">(.*?)%</span>' ) # Get paylist like/dislike ratio
You can’t perform that action at this time.
0 commit comments