aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/check-porn.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+2
|
* [compat] Remove more functionspukkandan2022-06-251-3/+5
| | | | Removing any more will require changes to a large number of extractors
* [cleanup] Sort importspukkandan2022-04-121-2/+3
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121-6/+4
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-2/+2
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [skip travis] renamingUnknown2020-09-021-2/+2
| | | to avoid using same folder when using pip install for example
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-4/+4
|
* [devscripts/check-porn] Fix gettestcases importKareem Moussa2017-09-191-2/+2
|
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-1/+1
| | | | They catch any exception, including KeyboardInterrupt, we don't want to catch it.
* PEP8: W503Philipp Hagemeister2015-02-211-4/+4
|
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+1
| | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
* Implement a different adult sites checking algorithmFilippo Valsorda2014-01-141-12/+32
|
* Add the missing age_limit tags; added a devscript to do a superficial check ↵Filippo Valsorda2013-10-281-0/+39
for porn sites without the age_limit tag in the test