This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function sender_list() { | |
var inbox_threads = GmailApp.getInboxThreads(); | |
var sender_array = new Array(); | |
for (var i = 0; i < inbox_threads.length; i++) { | |
var message = inbox_threads[i].getMessages(); | |
for (var x = 0; x < message.length; x++) { | |
var email_address = retrieve_sender_from_message(message[x]); | |
console.log(email_address); |
- download & install youtube-dl (https://github.com/rg3/youtube-dl/blob/master/README.md#readme)
(for mac:
brew install libav
&brew install youtube-dl
) - add the following function to your shell env:
ytdl() {
youtube-dl -x --audio-format=mp3 --no-playlist -o "$1.%(ext)s" $2
}
I hereby claim:
- I am arnoschutijzer on github.
- I am vleesbrood (https://keybase.io/vleesbrood) on keybase.
- I have a public key ASB1lqkhdf-Eyko4E3znZsgYHzWXd7kC9bRniRIs-c_zEAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tile version='3'> | |
<visual branding='nameAndLogo'> | |
<binding template='TileMedium'> | |
<text hint-wrap='true'>New movies available</text> | |
<text hint-wrap='true' hint-style='captionSubtle'/> | |
</binding> | |
<binding template='TileWide'> | |
<text hint-wrap='true'>New movies available</text> |