diff options
author | Lesmiscore <nao20010128@gmail.com> | 2022-08-14 21:04:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 17:34:13 +0530 |
commit | 62b58c0936cccc6f3e5115086406c7bfaf6fc551 (patch) | |
tree | db9dd3ee5c0cebaa46557004deba869d59f6323c /yt_dlp/extractor/openload.py | |
parent | 8f53dc44a0cc1c2d98c35740b9293462c080f5d0 (diff) | |
download | hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.tar.lz hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.tar.xz hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.zip |
[docs] Consistent use of `e.g.` (#4643)
Authored by: Lesmiscore
Diffstat (limited to 'yt_dlp/extractor/openload.py')
-rw-r--r-- | yt_dlp/extractor/openload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/openload.py b/yt_dlp/extractor/openload.py index f844ee6fb..f12a0eff1 100644 --- a/yt_dlp/extractor/openload.py +++ b/yt_dlp/extractor/openload.py @@ -169,7 +169,7 @@ class PhantomJSwrapper: In most cases you don't need to add any `jscode`. It is executed in `page.onLoadFinished`. `saveAndExit();` is mandatory, use it instead of `phantom.exit()` - It is possible to wait for some element on the webpage, for example: + It is possible to wait for some element on the webpage, e.g. var check = function() { var elementFound = page.evaluate(function() { return document.querySelector('#b.done') !== null; |