Skip to content

Instantly share code, notes, and snippets.

@lotaku
lotaku / Direct Link of YouTube videos.md
Created February 11, 2020 15:08 — forked from egyjs/Direct Link of YouTube videos.md
PHP API To get Direct Link of YouTube videos
@lotaku
lotaku / parser.py
Created May 23, 2024 14:55 — forked from ninadpchaudhari/parser.py
Forked : Python nginx Log Parser <<Modified>> : Parsed & normalized the datetime string to native python objects
#!/usr/bin/env python
import gzip
import os
import sys
import re
from datetime import datetime
import pytz
tz = pytz.timezone('UTC')