Skip to content
View brianlarson's full-sized avatar

Block or report brianlarson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. weekend-salary-calculator weekend-salary-calculator Public

    JavaScript

  2. weekend-server-calculator weekend-server-calculator Public

    JavaScript 1

  3. elevator-saga elevator-saga Public

    JavaScript

  4. Get YouTube or VImeo embed from URL Get YouTube or VImeo embed from URL
    1
    {# get video embed - supports vimeo and youtube #}
    2
    {# youtube id - https://supergeekery.com/blog/extracting-a-youtube-id-from-a-url-with-twig #}
    3
    {%- macro videoEmbed(url) -%}
    4
      {%- if 'youtu' in url -%}
    5
        {% set ytregex1 = '/^(?:https?:\\/\\/)?(?:www\.)?(?:youtu\.be\\/|youtube\.com)(?:\\/embed\\/|\\/v\\/|\\/watch\\?v=||\\/watch\\\?.+&v=)/' %}