Skip to content

Instantly share code, notes, and snippets.

@m-kal
m-kal / reddit.py
Created December 11, 2016 23:32
Youtube-DL InfoExtractor for Reddit subreddits and comment threads
# coding: utf-8
from __future__ import unicode_literals
import re
import youtube_dl
from .common import InfoExtractor
class Reddit:
"""Helper methods for Reddit InfoExtractors. These methods are static under Reddit so as not to pollute the executing namespace"""