//GettedPads is the directory where are stored the pads that are getted from IPFS
//IpfsStorage is the directory where are stored the pads that are getted from IPFS
constIpfsStorage="ipfsStorage"
//GettedPads is the directory where are stored the pads that are getted from the links
constGettedPads="ipfsStorage/gettedPads"
//Add gets the content from the etherpad specified in the link, and downloads it in the format of the specified extension, and then, puts it into IPFS
//IpfsAdd gets the content from the etherpad specified in the link, and downloads it in the format of the specified extension, and then, puts it into IPFS