How to make WordPress audio playlist understand the direct links of audio files shared on google drive?

As you can see in comments section of my question, «birgire» had suggested to a user of his plugin to change the google drive direct link as follow so that It can be recognized an played in the WordPress playlist:
A normal google drive direct link is something like this:

https://drive.google.com/uc?export=download&id=0Bz4YdwRI3rnCMFRoTmtSS0M1VHM

If you make sure the first GET parameter is the id of your file, It will be playable in WordPress playlist. So you need to remove the “export=download&” part of the google direct link. Above example should be like this:

https://drive.google.com/uc?id=0Bz4YdwRI3rnCMFRoTmtSS0M1VHM

The discussion about how we can use external links in WordPress playlist is here.