tmp_sql: SELECT *
			FROM transcriptions
			WHERE audio_type = 'YT'
			AND youtube_channel_id = ''
			;

DONE: 1