This file contains hidden or 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
# 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""" |