update docstring

This commit is contained in:
grqx_wsl 2024-09-30 12:24:13 +13:00
parent 83e0860835
commit 23ea25196d

View file

@ -331,10 +331,9 @@ class GoogleDriveFolderIE(InfoExtractor):
from the webpage. from the webpage.
Folder info: ds=0(public folder), hash=1/5; Folder info: ds=0(public folder), hash=1/5;
Folder items: ds=4(logged out)/5(logged in), hash=6. Folder items: ds=4(logged out)/5(logged in), hash=6.
public, logged in info:ds0hash1; items:ds5hash6 logged out info:ds0hash1; items:ds4hash6
public, logged out info:ds0hash1; items:ds4hash6 logged in info:ds0hash1; items:ds5hash6
my-drive, logged in info:ds0hash1/4; items:ds5hash6 my-drive info:ds0hash1/ds0hash4; items:ds5hash6
private, logged in info:ds0hash1; items:ds5hash6
For example, if the webpage contains the line below, the empty data array For example, if the webpage contains the line below, the empty data array
can be got by passing dsval=3 or hashval=2 to this method. can be got by passing dsval=3 or hashval=2 to this method.
AF_initDataCallback({key: 'ds:3', hash: '2', data:[], sideChannel: {}}); AF_initDataCallback({key: 'ds:3', hash: '2', data:[], sideChannel: {}});