birchlore

Results 3 issues of birchlore

I'm getting the error: > YouTubeIt::AuthenticationError: BadAuthentication I just want to confirm my authentication details: `@client = YouTubeIt::Client.new(:username => "[email protected]", :password => "password_to_gmail", :dev_key => "youtube_api_credentials_key")` So, 1. :username is...

Hi there - thanks so much for the gem. I'm having issues adding a campaign tag: ``` email = mail(to: subscription.email, subject: "This week's update!") email.mailgun_options = {campaign: 'weekly_digest'} ```...

I have an https page, I'm trying to set url2png_image_url protocol to https. Is there any option to do this? Thanks!